Searched defs:checkSql (Results 1 – 6 of 6) sorted by relevance
254 std::string checkSql = "SELECT 1 FROM " + tableName + " WHERE " + in AddAvailableTypeColumn() local280 std::string checkSql = "SELECT 1 FROM " + tableName + " WHERE " + in AddRequestToggleStatusColumn() local306 std::string checkSql = "SELECT 1 FROM " + tableName + " WHERE " + in AddPermDialogCapColumn() local
123 std::string checkSql = "select timestamp from naturalbase_rdb_aux_t1_log where data_key = 1"; variable
399 …std::string checkSql = "select * from sqlite_master where type = 'trigger' and tbl_name = 'sync_da… variable591 void CheckSyncData(sqlite3 *db, const std::string &checkSql, const std::vector<VirtualRowData> &res… in CheckSyncData()631 std::string checkSql = "select * from sync_data limit 4500 offset 100;"; variable657 std::string checkSql = "select * from sync_data limit 5000 offset 2000;"; variable683 std::string checkSql = "select * from sync_data order by timestamp limit 4500 offset 1500;"; variable709 std::string checkSql = "select * from sync_data order by timestamp"; variable
629 std::string checkSql = "SELECT 1 FROM " + it->second.tableName_ + " WHERE " + in InsertLockScreenStatusColumn() local654 std::string checkSql = "SELECT 1 FROM " + it->second.tableName_ + " WHERE " + in InsertPermissionUsedTypeColumn() local
350 … const std::string checkSql = "SELECT name FROM sqlite_master WHERE type='table' AND name LIKE '" + in GetDeviceTableName() local1350 const std::string checkSql = "SELECT name FROM sqlite_master WHERE type='table' AND name=?;"; in CheckAndCleanDistributedTable() local
2953 std::string checkSql = "PRAGMA table_info(" + PhotoColumn::PHOTOS_TABLE + ")"; in CheckMediaColumns() local