Home | History | Annotate | Download | only in launcher3

Lines Matching defs:ifNotExists

677             String ifNotExists = optional ? " IF NOT EXISTS " : "";
678 db.execSQL("CREATE TABLE " + ifNotExists + WorkspaceScreens.TABLE_NAME + " (" +