public static enum TAlterSchemaStmt.AlterType extends Enum<TAlterSchemaStmt.AlterType>
Enum Constant and Description |
---|
authoriaztionTo |
defaultSchemaPrivileges |
excludeSchemaPrivileges |
includeSchemaPrivileges |
ownerTo |
renameTo |
set |
setPath |
swapWith |
Modifier and Type | Method and Description |
---|---|
static TAlterSchemaStmt.AlterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TAlterSchemaStmt.AlterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TAlterSchemaStmt.AlterType renameTo
public static final TAlterSchemaStmt.AlterType ownerTo
public static final TAlterSchemaStmt.AlterType authoriaztionTo
public static final TAlterSchemaStmt.AlterType setPath
public static final TAlterSchemaStmt.AlterType set
public static final TAlterSchemaStmt.AlterType defaultSchemaPrivileges
public static final TAlterSchemaStmt.AlterType includeSchemaPrivileges
public static final TAlterSchemaStmt.AlterType excludeSchemaPrivileges
public static final TAlterSchemaStmt.AlterType swapWith
public static TAlterSchemaStmt.AlterType[] values()
for (TAlterSchemaStmt.AlterType c : TAlterSchemaStmt.AlterType.values()) System.out.println(c);
public static TAlterSchemaStmt.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