Searched refs:CheckTableEmpty (Results 1 – 4 of 4) sorted by relevance
179 static int CheckTableEmpty(sqlite3 *db, const std::string &tableName, bool &isEmpty);
2231 int SQLiteUtils::CheckTableEmpty(sqlite3 *db, const std::string &tableName, bool &isEmpty) in CheckTableEmpty() function in DistributedDB::SQLiteUtils
227 errCode = SQLiteUtils::CheckTableEmpty(dbHandle_, tableName, isEmpty); in CreateDistributedTable()
462 errCode = SQLiteUtils::CheckTableEmpty(dbHandle_, logTableName, isEmpty); in GetClearWaterMarkTables()