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()
165 + Tables.PROPERTIES in setupTables()209 db.execSQL("DROP TABLE IF EXISTS " + Tables.PROPERTIES); in dropTables()292 db.replace(Tables.PROPERTIES, null, values); in setProperty()305 Tables.PROPERTIES, in getProperty()1033 String PROPERTIES = "properties"; field
571 new TableListEntry(PropertyUtils.Tables.PROPERTIES, PROPERTIES_COLUMNS),