public interface IndexColumnDefinition extends TypedElementDefinition<IndexDefinition>
| Modifier and Type | Method and Description |
|---|---|
ColumnDefinition |
getColumn()
The table column definition that this index column definition is backed
by.
|
int |
getPosition()
The column position in the index.
|
SortOrder |
getSortOrder()
The
ASC or DESC sort order |
getContainer, getDefinedType, getType, getTypegetCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchemaint getPosition()
SortOrder 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 © 2019. All rights reserved.