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, toString
public DbSchema getSchema()
public String getIndexNameSQL()
getIndexNameSQL
in interface Index
public DbTable getTable()
public List<DbColumn> getColumns()
getColumns
in interface Index
Copyright © 2006–2021 OpenHMS. All rights reserved.