Searched refs:TABLE_SMS_MMS_INFO (Results 1 – 4 of 4) sorted by relevance
66 createTableStr.append("CREATE TABLE IF NOT EXISTS ").append(TABLE_SMS_MMS_INFO); in CreateSmsMmsInfoTableStr()118 createTableStr.append(TABLE_SMS_MMS_INFO).append("(").append(SmsMmsInfo::MSG_ID); in CreateMmsProtocolTableStr()155 createTableStr.append(TABLE_SMS_MMS_INFO).append("(").append(SmsMmsInfo::MSG_ID); in CreateMmsPartTableStr()197 result = Delete(changedRows, TABLE_SMS_MMS_INFO, values); in DeleteDataByThirty()203 return Insert(id, value, TABLE_SMS_MMS_INFO); in InsertSmsMmsInfo()241 sql.append(maxGroupId).append(" from ") .append(TABLE_SMS_MMS_INFO); in QueryMaxGroupId()251 …sql.append(" from ").append(TABLE_SMS_MMS_INFO).append(" WHERE ").append(SmsMmsInfo::IS_READ).appe… in StatisticsUnRead()
34 rdbStore.ExecuteSql("ALTER TABLE " + std::string(TABLE_SMS_MMS_INFO) + " ADD COLUMN " + in OnUpgrade()
132 helper_.Insert(id, values, TABLE_SMS_MMS_INFO); in Insert()233 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_SMS_MMS_INFO); in GetPredicates()326 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_SMS_MMS_INFO); in CreateAbsRdbPredicates()
330 constexpr const char *TABLE_SMS_MMS_INFO = "sms_mms_info"; variable