public enum EHiveShowType extends Enum<EHiveShowType>
Enum Constant and Description |
---|
stColumns |
stCreateTable |
stDatabase |
stFunctions |
stIndexes |
stLocks |
stPartitions |
stSchema |
stTableProperties |
stTables |
stTableStatus |
Modifier and Type | Method and Description |
---|---|
static EHiveShowType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EHiveShowType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EHiveShowType stDatabase
public static final EHiveShowType stSchema
public static final EHiveShowType stTables
public static final EHiveShowType stColumns
public static final EHiveShowType stFunctions
public static final EHiveShowType stPartitions
public static final EHiveShowType stCreateTable
public static final EHiveShowType stTableStatus
public static final EHiveShowType stTableProperties
public static final EHiveShowType stLocks
public static final EHiveShowType stIndexes
public static EHiveShowType[] values()
for (EHiveShowType c : EHiveShowType.values()) System.out.println(c);
public static EHiveShowType 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.