Searched refs:BindFieldValue (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_query_helper.cpp | 372 errCode = BindFieldValue(statement, objNode, index); in BindSyncDataCheckStmt() 425 errCode = BindFieldValue(statement, objNode, index); in GetQuerySqlStatement() 465 errCode = BindFieldValue(statement, objNode, index); in GetQuerySqlStatement() 508 errCode = BindFieldValue(countStmt, objNode, index); in GetCountSqlStatement() 570 errCode = BindFieldValue(statement, objNode, index); in BindObjNodes() 726 int SqliteQueryHelper::BindFieldValue(sqlite3_stmt *statement, const QueryObjNode &queryNode, int &… in BindFieldValue() function in DistributedDB::SqliteQueryHelper
|
H A D | sqlite_query_helper.h | 146 int BindFieldValue(sqlite3_stmt *statement, const QueryObjNode &queryNode, int &index) const;
|