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