public static enum TAlterProcedureStmt.AlterType extends Enum<TAlterProcedureStmt.AlterType>
Enum Constant and Description |
---|
add |
encryption |
externalForm |
recompile |
sqlForm |
unknown |
Modifier and Type | Method and Description |
---|---|
static TAlterProcedureStmt.AlterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TAlterProcedureStmt.AlterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TAlterProcedureStmt.AlterType unknown
public static final TAlterProcedureStmt.AlterType sqlForm
public static final TAlterProcedureStmt.AlterType externalForm
public static final TAlterProcedureStmt.AlterType recompile
public static final TAlterProcedureStmt.AlterType encryption
public static final TAlterProcedureStmt.AlterType add
public static TAlterProcedureStmt.AlterType[] values()
for (TAlterProcedureStmt.AlterType c : TAlterProcedureStmt.AlterType.values()) System.out.println(c);
public static TAlterProcedureStmt.AlterType 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