Uses of Class
org.datanucleus.store.rdbms.key.Index
-
Packages that use Index Package Description org.datanucleus.store.rdbms.adapter Provides mappings of all supported databases to aspects of the database that determines the SQL generation.org.datanucleus.store.rdbms.table Provides the internal DataNucleus definition of a table/view and its columns. -
-
Uses of Index in org.datanucleus.store.rdbms.adapter
Methods in org.datanucleus.store.rdbms.adapter with parameters of type Index Modifier and Type Method Description StringBaseDatastoreAdapter. getCreateIndexStatement(Index idx, IdentifierFactory factory)Returns the appropriate DDL to create an index.StringDatastoreAdapter. getCreateIndexStatement(Index idx, IdentifierFactory factory)Returns the appropriate SQL to add an index to its table.StringH2Adapter. getCreateIndexStatement(Index idx, IdentifierFactory factory)StringMySQLAdapter. getCreateIndexStatement(Index idx, IdentifierFactory factory)StringNuoDBAdapter. getCreateIndexStatement(Index idx, IdentifierFactory factory)Returns the appropriate DDL to create an index.StringPostgreSQLAdapter. getCreateIndexStatement(Index idx, IdentifierFactory factory)Returns the appropriate DDL to create an index.StringSQLServerAdapter. getCreateIndexStatement(Index idx, IdentifierFactory factory)Returns the appropriate DDL to create an index. -
Uses of Index in org.datanucleus.store.rdbms.table
Methods in org.datanucleus.store.rdbms.table that return Index Modifier and Type Method Description static IndexTableUtils. getIndexForField(Table table, org.datanucleus.metadata.IndexMetaData imd, JavaTypeMapping fieldMapping)Convenience method to create an Index for a field.Methods in org.datanucleus.store.rdbms.table that return types with arguments of type Index Modifier and Type Method Description protected Set<Index>ClassTable. getExpectedIndices(org.datanucleus.ClassLoaderResolver clr)Accessor for the indices for this table.protected Set<Index>ElementContainerTable. getExpectedIndices(org.datanucleus.ClassLoaderResolver clr)Accessor for the indices for this table.protected Set<Index>PersistableJoinTable. getExpectedIndices(org.datanucleus.ClassLoaderResolver clr)Accessor for the indices for this table.protected Set<Index>TableImpl. getExpectedIndices(org.datanucleus.ClassLoaderResolver clr)Accessor for the indices for this table in the datastore.
-