JavaScript is disabled on your browser.
Enum Constant Summary
Enum Constants
Method Summary
All Methods Static Methods Concrete Methods
Returns the enum constant of this class with the specified name.
Returns an array containing the constants of this enum class, in
the order they are declared.
Methods inherited from class java.lang.Enum
clone , compareTo , describeConstable , equals , finalize , getDeclaringClass , hashCode , name , ordinal , toString , valueOf
Enum Constant Details
name
public static final K name
path
public static final K path
newPath
public static final K newPath
newTable
public static final K newTable
newName
public static final K newName
newNamePlain
public static final K newNamePlain
body
public static final K body
identifier
public static final K identifier
definition
public static final K definition
schema
public static final K schema
schemaName
public static final K schemaName
catalogName
public static final K catalogName
table
public static final K table
tableName
public static final K tableName
column
public static final K column
columnName
public static final K columnName
columnOther
public static final K columnOther
userDataType
public static final K userDataType
constraintName
public static final K constraintName
index
public static final K index
indexName
public static final K indexName
sequence
public static final K sequence
sequenceName
public static final K sequenceName
materializedView
public static final K materializedView
view
public static final K view
viewName
public static final K viewName
fullName
public static final K fullName
nameWithSchemaName
public static final K nameWithSchemaName
clustered
public static final K clustered
specification
public static final K specification
options
public static final K options
procedureName
public static final K procedureName
functionName
public static final K functionName
triggerName
public static final K triggerName
ruleName
public static final K ruleName
createPkEnding
public static final K createPkEnding
createPartitionEnding
public static final K createPartitionEnding
createSortEnding
public static final K createSortEnding
createClusterEnding
public static final K createClusterEnding
createIndex1Ending
public static final K createIndex1Ending
createIndex2Ending
public static final K createIndex2Ending
defo
public static final K defo
mandatory
public static final K mandatory
identity
public static final K identity
identity_or_mandatory
public static final K identity_or_mandatory
unsigned
public static final K unsigned
type
public static final K type
defoDiff
public static final K defoDiff
autoIncrementDiff
public static final K autoIncrementDiff
unsignedDiff
public static final K unsignedDiff
typeDiff
public static final K typeDiff
columns
public static final K columns
jsonColumns
public static final K jsonColumns
targetTable
public static final K targetTable
targetColumns
public static final K targetColumns
paramTypes
public static final K paramTypes
paramTypesInOut
public static final K paramTypesInOut
deleteAction
public static final K deleteAction
updateAction
public static final K updateAction
text
public static final K text
script
public static final K script
startWith
public static final K startWith
unit
public static final K unit
syncPair
public static final K syncPair
length
public static final K length
lengthStr
public static final K lengthStr
decimal
public static final K decimal
Method Details
values
public static K [] values ()
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns:
an array containing the constants of this enum class, in the order they are declared
valueOf
public static K valueOf (String name)
Returns the enum constant of this class with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this class. (Extraneous whitespace characters are
not permitted.)
Parameters:
name
- the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException
- if this enum class has no constant with the specified name
NullPointerException
- if the argument is null