public interface IndexColumnDefinition extends TypedElementDefinition<IndexDefinition>, PositionedDefinition
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition |
getColumn()
The table column definition that this index column definition is backed
by.
|
SortOrder |
getSortOrder()
The
ASC or DESC sort order |
getContainer, getDefinedType, getDomain, getType, getTypegetPositiongetCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSourceSortOrder getSortOrder()
ASC or DESC sort orderColumnDefinition getColumn()
This may be a virtual and/or invisible column, e.g. in case this index is a function-based index.
Copyright © 2021. All rights reserved.