public enum RuleName extends Enum<RuleName>
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Get name.
|
static RuleName |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RuleName[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RuleName TABLE_NAME
public static final RuleName COLUMN_DEFINITION
public static final RuleName COLUMN_NAME
public static final RuleName DATA_TYPE
public static final RuleName DATA_TYPE_LENGTH
public static final RuleName FIRST_OR_AFTER_COLUMN
public static final RuleName PRIMARY_KEY
public static final RuleName COLUMN_NAMES
public static final RuleName INDEX_NAME
public static final RuleName ADD_COLUMN_SPECIFICATION
public static final RuleName CHANGE_COLUMN_SPECIFICATION
public static final RuleName DROP_COLUMN_SPECIFICATION
public static final RuleName MODIFY_COLUMN_SPECIFICATION
public static final RuleName RENAME_COLUMN_SPECIFICATION
public static final RuleName DROP_PRIMARY_KEY_SPECIFICATION
public static final RuleName RENAME_TABLE_SPECIFICATION
public static final RuleName ADD_INDEX_SPECIFICATION
public static final RuleName RENAME_INDEX_SPECIFICATION
public static final RuleName DROP_INDEX_SPECIFICATION
public static final RuleName ADD_CONSTRAINT_SPECIFICATION
public static final RuleName DROP_CONSTRAINT_CLAUSE
public static final RuleName MODIFY_COL_PROPERTIES
public static final RuleName INSERT_VALUES_CLAUSE
public static final RuleName ON_DUPLICATE_KEY_CLAUSE
public static final RuleName SET_ASSIGNMENTS_CLAUSE
public static final RuleName ASSIGNMENT_VALUES
public static final RuleName ASSIGNMENT_VALUE
public static final RuleName ASSIGNMENT
public static final RuleName SELECT_CLAUSE
public static final RuleName SELECT_SPECIFICATION
public static final RuleName SELECT_EXPRS
public static final RuleName UNQUALIFIED_SHORTHAND
public static final RuleName QUALIFIED_SHORTHAND
public static final RuleName SELECT_EXPR
public static final RuleName FUNCTION_CALL
public static final RuleName DISTINCT
public static final RuleName TABLE_CONSTRAINT
public static final RuleName TABLE_REFERENCES
public static final RuleName TABLE_REFERENCE
public static final RuleName TABLE_FACTOR
public static final RuleName JOIN_TABLE
public static final RuleName JOIN_CONDITION
public static final RuleName ALIAS
public static final RuleName QUESTION
public static final RuleName NUMBER
public static final RuleName STRING
public static final RuleName EXPR
public static final RuleName SIMPLE_EXPR
public static final RuleName BIT_EXPR
public static final RuleName FROM_CLAUSE
public static final RuleName WHERE_CLAUSE
public static final RuleName GROUP_BY_CLAUSE
public static final RuleName ORDER_BY_CLAUSE
public static final RuleName ORDER_BY_ITEM
public static final RuleName COMPARISON_OPERATOR
public static final RuleName PREDICATE
public static final RuleName LIMIT_CLAUSE
public static final RuleName RANGE_CLAUSE
public static final RuleName SUBQUERY
public static final RuleName SHOW_PARAM
public static final RuleName AUTO_COMMIT_VALUE
public static final RuleName DELETE
public static final RuleName DELETE_CLAUSE
public static RuleName[] values()
for (RuleName c : RuleName.values()) System.out.println(c);
public static RuleName 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 nullpublic String getName()
Copyright © 2019 The Apache Software Foundation. All rights reserved.