Searched refs:TABLE_SIM_INFO (Results 1 – 3 of 3) sorted by relevance
52 createTableStr.append("CREATE TABLE IF NOT EXISTS ").append(TABLE_SIM_INFO); in CreateSimInfoTableStr()113 result = Update(changedRows, TABLE_SIM_INFO, values, whereClause); in SetDefaultCardByType()157 return Update(changedRows, TABLE_SIM_INFO, values, whereClause); in UpdateCardStateByType()174 sql.append("delete from ").append(TABLE_SIM_INFO); in ClearData()
140 helper_.Insert(id, values, TABLE_SIM_INFO); in Insert()162 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_SIM_INFO); in Query()202 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_SIM_INFO); in Update()281 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_SIM_INFO); in Delete()
89 constexpr const char *TABLE_SIM_INFO = "sim_info"; variable