Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h73 …std::function<int(sqlite3 *, sqlite3_stmt *&, sqlite3_stmt *&, bool &)> getStmt, const TableInfo &…
H A Dsqlite_single_ver_relational_storage_executor.cpp1164 …pecInfo &sizeInfo, std::function<int(sqlite3 *, sqlite3_stmt *&, sqlite3_stmt *&, bool &)> getStmt, in GetSyncDataByQuery() argument
1172 int errCode = getStmt(dbHandle_, queryStmt, fullStmt, isGettingDeletedData); in GetSyncDataByQuery()