Searched refs:PROPERTIES (Results 1 – 3 of 3) sorted by relevance
31 String PROPERTIES = "properties"; field43 db.execSQL("CREATE TABLE " + Tables.PROPERTIES + " (" + in createPropertiesTable()54 final Cursor cursor = db.query(Tables.PROPERTIES, in getProperty()77 db.replace(Tables.PROPERTIES, null, values); in setProperty()
155 + Tables.PROPERTIES in setupTables()199 db.execSQL("DROP TABLE IF EXISTS " + Tables.PROPERTIES); in dropTables()282 db.replace(Tables.PROPERTIES, null, values); in setProperty()295 Tables.PROPERTIES, in getProperty()955 String PROPERTIES = "properties"; field
578 new TableListEntry(PropertyUtils.Tables.PROPERTIES, PROPERTIES_COLUMNS),