|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Index | |
org.jpox.store.rdbms.adapter | Provides mappings of all supported databases to aspects of the database that determines the SQL generation. |
org.jpox.store.rdbms.table | Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations. |
Uses of Index in org.jpox.store.rdbms.adapter |
Methods in org.jpox.store.rdbms.adapter with parameters of type Index | |
java.lang.String |
RDBMSAdapter.getCreateIndexStatement(Index idx)
Returns the appropriate SQL to add an index to its table. |
java.lang.String |
DatabaseAdapter.getCreateIndexStatement(Index idx)
Returns the appropriate SQL to add an index to its table. |
Uses of Index in org.jpox.store.rdbms.table |
Methods in org.jpox.store.rdbms.table that return Index | |
static Index |
TableUtils.getIndexForField(DatastoreContainerObject table,
IndexMetaData imd,
JavaTypeMapping fieldMapping)
Convenience method to create an Index for a field. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |