Uses of Class
net.ontopia.persistence.rdbms.Index
-
Packages that use Index Package Description net.ontopia.persistence.rdbms Classes for managing relational database schemas. -
-
Uses of Index in net.ontopia.persistence.rdbms
Fields in net.ontopia.persistence.rdbms with type parameters of type Index Modifier and Type Field Description protected Map<String,Index>
Table. idxsmap
protected List<Index>
Table. indexes
Methods in net.ontopia.persistence.rdbms that return types with arguments of type Index Modifier and Type Method Description List<Index>
Table. getIndexes()
INTERNAL: Gets all the indexes in the table.Methods in net.ontopia.persistence.rdbms with parameters of type Index Modifier and Type Method Description void
Table. addIndex(Index index)
INTERNAL: Adds the index to the table definition.protected String
DB2SQLProducer. getIndexName(Index index)
protected String
GenericSQLProducer. getIndexName(Index index)
void
Table. removeIndex(Index index)
INTERNAL: Removes the index from the table definition.
-