Interface Index
- All Superinterfaces:
Named, QueryPart, Serializable, TableElement
A DDL index definition.
Instances can be created using DSL.index(Name) and overloads.
- Author:
- Lukas Eder
-
Method Summary
Modifier and TypeMethodDescription@Nullable Table<?> $table()Experimental query object model accessor method, see alsoQOM.The sort field expressions on which this index is defined.@Nullable Table<?> getTable()The table on which this index is defined.booleanWhether this is aUNIQUEindex.@Nullable ConditiongetWhere()The condition of a filtered / partial index, ornull, if this is an ordinary index.Methods inherited from interface Named
$name, getComment, getCommentPart, getName, getQualifiedName, getUnqualifiedName
-
Method Details
-
getTable
The table on which this index is defined. -
getFields
-
getWhere
The condition of a filtered / partial index, ornull, if this is an ordinary index. -
getUnique
boolean getUnique()Whether this is aUNIQUEindex. -
$table
-