Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.h76 int GetCountSqlStatement(sqlite3 *dbHandle, sqlite3_stmt *&countStmt);
H A Dsqlite_query_helper.cpp474 int SqliteQueryHelper::GetCountSqlStatement(sqlite3 *dbHandle, sqlite3_stmt *&countStmt) in GetCountSqlStatement() function in DistributedDB::SqliteQueryHelper
H A Dsqlite_single_ver_storage_executor.cpp1847 errCode = helper.GetCountSqlStatement(dbHandle_, countStmt); in InitResultSetCount()