Searched refs:ifNotExists (Results 1 – 1 of 1) sorted by relevance
600 String ifNotExists = optional ? " IF NOT EXISTS " : ""; in addFavoritesTable() local601 db.execSQL("CREATE TABLE " + ifNotExists + TABLE_FAVORITES + " (" + in addFavoritesTable()630 String ifNotExists = optional ? " IF NOT EXISTS " : ""; in addWorkspacesTable() local631 db.execSQL("CREATE TABLE " + ifNotExists + TABLE_WORKSPACE_SCREENS + " (" + in addWorkspacesTable()