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