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. idxsmapprotected List<Index>Table. indexesMethods 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 voidTable. addIndex(Index index)INTERNAL: Adds the index to the table definition.protected StringDB2SQLProducer. getIndexName(Index index)protected StringGenericSQLProducer. getIndexName(Index index)voidTable. removeIndex(Index index)INTERNAL: Removes the index from the table definition.
-