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