Home
last modified time | relevance | path

Searched refs:StepForResultEntries (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor_extend.cpp298 errCode = StepForResultEntries(true, stmt, entries); in GetEntries()
H A Dsqlite_single_ver_storage_executor.h245 …int StepForResultEntries(bool isGetValue, sqlite3_stmt *statement, std::vector<Entry> &entries) co…
H A Dsqlite_single_ver_storage_executor.cpp336 errCode = StepForResultEntries(isGetValue, statement, entries); in GetEntries()
354 errCode = StepForResultEntries(true, statement, entries); in GetEntries()
1724 int SQLiteSingleVerStorageExecutor::StepForResultEntries(bool isGetValue, sqlite3_stmt *statement, in StepForResultEntries() function in DistributedDB::SQLiteSingleVerStorageExecutor