|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Index | |
|---|---|
| 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 | |
|---|---|
String |
RDBMSAdapter.getCreateIndexStatement(Index idx,
org.datanucleus.store.mapped.IdentifierFactory factory)
Returns the appropriate SQL to add an index to its table. |
String |
PostgreSQLAdapter.getCreateIndexStatement(Index idx,
org.datanucleus.store.mapped.IdentifierFactory factory)
Returns the appropriate DDL to create an index. |
String |
MSSQLServerAdapter.getCreateIndexStatement(Index idx,
org.datanucleus.store.mapped.IdentifierFactory factory)
Returns the appropriate DDL to create an index. |
String |
DatabaseAdapter.getCreateIndexStatement(Index idx,
org.datanucleus.store.mapped.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 | |
|---|---|
static Index |
TableUtils.getIndexForField(org.datanucleus.store.mapped.DatastoreContainerObject table,
org.datanucleus.metadata.IndexMetaData imd,
org.datanucleus.store.mapped.mapping.JavaTypeMapping fieldMapping)
Convenience method to create an Index for a field. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||