- All Superinterfaces:
Definition,TableElementDefinition
- All Known Implementing Classes:
AbstractIndexDefinition
An object holding information about an index.
- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescriptionThe list of columns making up the index.booleanisUnique()Whether this is a unique index.Methods inherited from interface org.jooq.meta.Definition
getCatalog, getComment, getDatabase, getDefinitionPath, getInputName, getName, getOutputName, getOverload, getPackage, getPartiallyQualifiedNames, getQualifiedInputName, getQualifiedInputNamePart, getQualifiedName, getQualifiedNamePart, getQualifiedOutputName, getQualifiedOutputNamePart, getSchema, getSource, isSyntheticMethods inherited from interface org.jooq.meta.TableElementDefinition
getTable
-
Method Details
-
getIndexColumns
List<IndexColumnDefinition> getIndexColumns()The list of columns making up the index. -
isUnique
boolean isUnique()Whether this is a unique index.
-