Searched refs:TABLE_OPKEY_INFO (Results 1 – 4 of 4) sorted by relevance
55 createTableStr.append("CREATE TABLE IF NOT EXISTS ").append(TABLE_OPKEY_INFO).append("("); in CreateOpKeyInfoTableStr()78 createIndexStr.append("ON [").append(TABLE_OPKEY_INFO).append("]"); in CreateOpKeyInfoIndexStr()93 return RdbOpKeyCallback::InitData(*store_, TABLE_OPKEY_INFO); in InitOpKeyDatabase()
143 helper_.Insert(id, values, TABLE_OPKEY_INFO); in Insert()165 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_OPKEY_INFO); in Query()206 absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_OPKEY_INFO); in Update()240 … NativeRdb::AbsRdbPredicates *absRdbPredicates = new NativeRdb::AbsRdbPredicates(TABLE_OPKEY_INFO); in Delete()
52 InitData(rdbStore, TABLE_OPKEY_INFO); in OnCreate()118 sql.append("delete from ").append(TABLE_OPKEY_INFO); in ClearData()
84 constexpr const char *TABLE_OPKEY_INFO = "opkey_info"; variable