| Modifier and Type | Method and Description |
|---|---|
Index |
Table.getIndex(java.lang.String indName) |
Index[] |
Table.getIndices() |
Index[] |
Table.getNonUniqueIndices() |
Index[] |
Table.getUniqueIndices() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Index> |
Table.getIndicesAsList() |
java.util.List<Index> |
Table.getIndicesAsList(java.lang.Boolean unique) |
java.util.List<Index> |
Table.getUniqueIndicesAsList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Table.addIndex(Index index) |
void |
Table.removeIndex(Index index) |
Copyright © 2021. All Rights Reserved.