Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/src/
H A Ddistributed_test_tools.cpp1375 …eBindToStatement(sqlite3_stmt *&statement, sqlite3 *&db, std::vector<DistributedDB::Key> &sqlParam) argument
1378 for (unsigned int index = 0; index < sqlParam.size(); index++) {
1379 if (sqlParam[index].empty()) {
1382 …errCode = sqlite3_bind_blob(statement, index + 1, static_cast<const void*>(sqlParam[index].data()),
1383 sqlParam[index].size(), SQLITE_TRANSIENT);
1425 …const std::string &strSql, std::vector<DistributedDB::Key> &sqlParam, KvOption &option, int &count) argument
1451 if (!SqliteBindToStatement(statement, db, sqlParam)) {
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/common/distributeddb/include/
H A Ddistributed_test_tools.h414 …const std::string &strSql, std::vector<DistributedDB::Key> &sqlParam, KvOption &option, int &count…