Home
last modified time | relevance | path

Searched refs:ExecuteQueryBySqlStmt (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h106 …int ExecuteQueryBySqlStmt(const std::string &sql, const std::vector<std::string> &bindArgs, int pa…
H A Dsqlite_single_ver_relational_storage_executor.cpp1558 int SQLiteSingleVerRelationalStorageExecutor::ExecuteQueryBySqlStmt(const std::string &sql, in ExecuteQueryBySqlStmt() function in DistributedDB::SQLiteSingleVerRelationalStorageExecutor
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp876 …errCode = handle->ExecuteQueryBySqlStmt(prepStmt.GetSql(), prepStmt.GetBindArgs(), packetSize, col… in GetRemoteQueryData()