Home
last modified time | relevance | path

Searched refs:InitResultSetCount (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_single_ver_storage_executor.h249 int InitResultSetCount(QueryObject &queryObj, sqlite3_stmt *&countStmt);
H A Dsqlite_single_ver_storage_executor.cpp1835 int SQLiteSingleVerStorageExecutor::InitResultSetCount(QueryObject &queryObj, sqlite3_stmt *&countS… in InitResultSetCount() function in DistributedDB::SQLiteSingleVerStorageExecutor
1894 errCode = InitResultSetCount(queryObj, countStmt); in InitResultSet()