public interface Index
| Modifier and Type | Method and Description |
|---|---|
Column<?,?>[] |
getColumns()
The columns of the index.
|
String |
getName()
The name of the index.
|
Table |
getTable()
The table that the index belongs to.
|
boolean |
isUnique()
If this index is unique.
|
String getName()
Table getTable()
Column<?,?>[] getColumns()
boolean isUnique()
Copyright © 2015–2018 Bridje Framework. All rights reserved.