| Constructor and Description |
|---|
DbIndex(DbTable table,
String name,
DbColumn... columns) |
DbIndex(DbTable table,
String name,
String... colNames) |
| Modifier and Type | Method and Description |
|---|---|
List<DbColumn> |
getColumns() |
String |
getIndexNameSQL() |
DbSchema |
getSchema() |
DbTable |
getTable() |
addObjects, checkOwnership, checkOwnership, findObject, getAbsoluteName, getName, getParent, getSpec, toStringpublic DbSchema getSchema()
public String getIndexNameSQL()
getIndexNameSQL in interface Indexpublic DbTable getTable()
public List<DbColumn> getColumns()
getColumns in interface IndexCopyright © 2006–2021 OpenHMS. All rights reserved.