Uses of Class
net.ontopia.persistence.rdbms.Index
Packages that use Index
-
Uses of Index in net.ontopia.persistence.rdbms
Fields in net.ontopia.persistence.rdbms with type parameters of type IndexMethods in net.ontopia.persistence.rdbms that return types with arguments of type IndexModifier and TypeMethodDescriptionTable.getIndexes()INTERNAL: Gets all the indexes in the table.Methods in net.ontopia.persistence.rdbms with parameters of type IndexModifier and TypeMethodDescriptionvoidINTERNAL: 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.