Searched defs:isMatchOneData (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/ |
H A D | sqlite_store_executor_impl.cpp | 178 [&value, &innerErrorCode](sqlite3_stmt *stmt, bool &isMatchOneData) { in GetDataByKey() 205 [&value, &innerErrorCode](sqlite3_stmt *stmt, bool &isMatchOneData) { in GetDataById() 230 int &innerErrorCode, bool &isMatchOneData) in AssignValueToData() 262 bool &isMatchOneData) { in GetDataByFilter() 388 [&isExists](sqlite3_stmt *stmt, bool &isMatchOneData) { in IsCollectionExists()
|
H A D | rd_sqlite_utils.cpp | 250 bool isMatchOneData = false; in ExecSql() local
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/test/unittest/api/ |
H A D | documentdb_api_test.cpp | 442 …::ExecSql(db, "PRAGMA page_size;", nullptr, [&pageSize](sqlite3_stmt *stmt, bool &isMatchOneData) { in GetDBPageSize()
|