public static enum PgqlSqlTrans.TranslationType extends java.lang.Enum<PgqlSqlTrans.TranslationType>
| Modifier and Type | Method and Description |
|---|---|
static PgqlSqlTrans.TranslationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PgqlSqlTrans.TranslationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PgqlSqlTrans.TranslationType CREATE
public static final PgqlSqlTrans.TranslationType DROP
public static final PgqlSqlTrans.TranslationType MODIFY
public static final PgqlSqlTrans.TranslationType QUERY
public static PgqlSqlTrans.TranslationType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic static PgqlSqlTrans.TranslationType[] values()
for (PgqlSqlTrans.TranslationType c : PgqlSqlTrans.TranslationType.values()) System.out.println(c);