Home
last modified time | relevance | path

Searched defs:CheckTableExists (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp1200 bool CheckTableExists(sqlite3 *db, const std::string &tableName) in CheckTableExists() function
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.cpp2404 int SQLiteUtils::CheckTableExists(sqlite3 *db, const std::string &tableName, bool &isCreated, bool … in CheckTableExists() function in DistributedDB::SQLiteUtils