public static enum HiveCatalogConstants.AlterHiveDatabaseOp extends Enum<HiveCatalogConstants.AlterHiveDatabaseOp>
| Enum Constant and Description |
|---|
CHANGE_LOCATION |
CHANGE_OWNER |
CHANGE_PROPS |
| Modifier and Type | Method and Description |
|---|---|
static HiveCatalogConstants.AlterHiveDatabaseOp |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HiveCatalogConstants.AlterHiveDatabaseOp[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HiveCatalogConstants.AlterHiveDatabaseOp CHANGE_PROPS
public static final HiveCatalogConstants.AlterHiveDatabaseOp CHANGE_LOCATION
public static final HiveCatalogConstants.AlterHiveDatabaseOp CHANGE_OWNER
public static HiveCatalogConstants.AlterHiveDatabaseOp[] values()
for (HiveCatalogConstants.AlterHiveDatabaseOp c : HiveCatalogConstants.AlterHiveDatabaseOp.values()) System.out.println(c);
public static HiveCatalogConstants.AlterHiveDatabaseOp 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 © 2023 The Apache Software Foundation. All rights reserved.