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 OWNER
public static final RuleName NAME
public static final RuleName SCHEMA_NAME
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 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 DUPLICATE_SPECIFICATION
public static final RuleName SELECT_ITEMS
public static final RuleName SELECT_ITEM
public static final RuleName UNQUALIFIED_SHORTHAND
public static final RuleName QUALIFIED_SHORTHAND
public static final RuleName FUNCTION_CALL
public static final RuleName AGGREGATION_FUNCTION
public static final RuleName DISTINCT
public static final RuleName TABLE_CONSTRAINT
public static final RuleName TABLE_REFERENCES
public static final RuleName ALIAS
public static final RuleName PARAMETER_MARKER
public static final RuleName LITERALS
public static final RuleName NUMBER_LITERALS
public static final RuleName STRING_LITERALS
public static final RuleName EXPR
public static final RuleName SIMPLE_EXPR
public static final RuleName BIT_EXPR
public static final RuleName LOGICAL_OPERATOR
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 LIMIT_ROW_COUNT
public static final RuleName LIMIT_OFFSET
public static final RuleName SUBQUERY
public static final RuleName AUTO_COMMIT_VALUE
public static final RuleName IMPLICIT_TRANSACTIONS_VALUE
public static final RuleName SHOW_LIKE
public static final RuleName FROM_SCHEMA
public static final RuleName LOCK_CLAUSE
public static final RuleName TOP
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 © 2020 The Apache Software Foundation. All rights reserved.