public enum EAlterViewOption extends Enum<EAlterViewOption>
Enum Constant and Description |
---|
addPartitionSpecs |
asSelect |
compile |
dropPartitionSpecs |
excludePrivileges |
includePrivileges |
materializePrivileges |
ownerTo |
rename |
setSchema |
setTableProperties |
unsetTableProperties |
Modifier and Type | Method and Description |
---|---|
static EAlterViewOption |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAlterViewOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EAlterViewOption setTableProperties
public static final EAlterViewOption unsetTableProperties
public static final EAlterViewOption rename
public static final EAlterViewOption addPartitionSpecs
public static final EAlterViewOption dropPartitionSpecs
public static final EAlterViewOption asSelect
public static final EAlterViewOption compile
public static final EAlterViewOption ownerTo
public static final EAlterViewOption setSchema
public static final EAlterViewOption materializePrivileges
public static final EAlterViewOption excludePrivileges
public static final EAlterViewOption includePrivileges
public static EAlterViewOption[] values()
for (EAlterViewOption c : EAlterViewOption.values()) System.out.println(c);
public static EAlterViewOption 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 nullCopyright © 2019. All rights reserved.