Package | Description |
---|---|
net.ontopia.persistence.rdbms |
Classes for managing relational database schemas.
|
Modifier and Type | Field and Description |
---|---|
protected Map<String,Index> |
Table.idxsmap |
protected List<Index> |
Table.indexes |
Modifier and Type | Method and Description |
---|---|
List<Index> |
Table.getIndexes()
INTERNAL: Gets all the indexes in the table.
|
Modifier and Type | Method and Description |
---|---|
void |
Table.addIndex(Index index)
INTERNAL: Adds the index to the table definition.
|
protected String |
GenericSQLProducer.getIndexName(Index index) |
protected String |
DB2SQLProducer.getIndexName(Index index) |
void |
Table.removeIndex(Index index)
INTERNAL: Removes the index from the table definition.
|