public static enum SQLBuilder_save.Privilege extends Enum<SQLBuilder_save.Privilege>
| Enum Constant and Description |
|---|
ALL |
DELETE |
INSERT |
REFERENCE |
SELECT |
TRIGGER |
TRUNCATE |
UPDATE |
| Modifier and Type | Method and Description |
|---|---|
static SQLBuilder_save.Privilege |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLBuilder_save.Privilege[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SQLBuilder_save.Privilege SELECT
public static final SQLBuilder_save.Privilege INSERT
public static final SQLBuilder_save.Privilege UPDATE
public static final SQLBuilder_save.Privilege DELETE
public static final SQLBuilder_save.Privilege TRUNCATE
public static final SQLBuilder_save.Privilege REFERENCE
public static final SQLBuilder_save.Privilege TRIGGER
public static final SQLBuilder_save.Privilege ALL
public static SQLBuilder_save.Privilege[] values()
for (SQLBuilder_save.Privilege c : SQLBuilder_save.Privilege.values()) System.out.println(c);
public static SQLBuilder_save.Privilege valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null