Home
last modified time | relevance | path

Searched refs:CheckTableEmpty (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils.h179 static int CheckTableEmpty(sqlite3 *db, const std::string &tableName, bool &isEmpty);
H A Dsqlite_utils.cpp2231 int SQLiteUtils::CheckTableEmpty(sqlite3 *db, const std::string &tableName, bool &isEmpty) in CheckTableEmpty() function in DistributedDB::SQLiteUtils
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp227 errCode = SQLiteUtils::CheckTableEmpty(dbHandle_, tableName, isEmpty); in CreateDistributedTable()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp462 errCode = SQLiteUtils::CheckTableEmpty(dbHandle_, logTableName, isEmpty); in GetClearWaterMarkTables()