Home
last modified time | relevance | path

Searched refs:GetNextEntryFromResultSet (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_forward_cursor.cpp137 int errCode = handle_->GetNextEntryFromResultSet(entry.key, entry.value, isCopy); in GetNext()
H A Dsqlite_single_ver_storage_executor.h106 int GetNextEntryFromResultSet(Key &key, Value &value, bool isCopy);
H A Dsqlite_single_ver_storage_executor.cpp928 int SQLiteSingleVerStorageExecutor::GetNextEntryFromResultSet(Key &key, Value &value, bool isCopy) in GetNextEntryFromResultSet() function in DistributedDB::SQLiteSingleVerStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp293 …EXPECT_EQ(g_nullHandle->GetNextEntryFromResultSet(key, value, false), -E_RESULT_SET_STATUS_INVALID…