Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h107 std::pair<int32_t, Stmt> BeginExecuteSql(const std::string &sql);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h184 std::pair<int32_t, Stmt> BeginExecuteSql(const std::string &sql);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1172 auto [errCode, statement] = BeginExecuteSql(sql); in ExecuteSql()
1292 auto [errCode, statement] = BeginExecuteSql(sql); in ExecuteAndGetLong()
1309 auto [errCode, statement] = BeginExecuteSql(sql); in ExecuteAndGetString()
1551 std::pair<int32_t, RdbStoreImpl::Stmt> RdbStoreImpl::BeginExecuteSql(const std::string& sql) in BeginExecuteSql() function in OHOS::NativeRdb::RdbStoreImpl