public interface Index extends Named
Modifier and Type | Method and Description |
---|---|
List<SortField<?>> |
getFields()
The sort field expressions on which this index is defined.
|
Table<?> |
getTable()
The table on which this index is defined.
|
boolean |
getUnique()
Whether this is a
UNIQUE index. |
Condition |
getWhere()
The condition of a filtered / partial index, or
null , if
this is an ordinary index. |
getComment, getName, getQualifiedName, getUnqualifiedName
Copyright © 2019. All rights reserved.