Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/mock/include/
H A Drdb_store_impl.h106 int CheckAttach(const std::string &sql);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Drdb_store_impl.h183 int CheckAttach(const std::string &sql);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_impl.cpp1167 int ret = CheckAttach(sql); in ExecuteSql()
2041 int RdbStoreImpl::CheckAttach(const std::string &sql) in CheckAttach() function in OHOS::NativeRdb::RdbStoreImpl