Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_transaction.h140 int BindQueryEntryArgs(sqlite3_stmt *statement, const Key &key) const;
H A Dsqlite_multi_ver_transaction.cpp1204 int SQLiteMultiVerTransaction::BindQueryEntryArgs(sqlite3_stmt *statement, in BindQueryEntryArgs() function in DistributedDB::SQLiteMultiVerTransaction
1486 int errCode = BindQueryEntryArgs(statement, hashKey); in GetKeyAndValueByHashKey()