|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use RDBMSTableIndexInfo | |
|---|---|
| org.datanucleus.store.rdbms.schema | Provides a definition of the schema in the datastore, including tables, columns and types. |
| Uses of RDBMSTableIndexInfo in org.datanucleus.store.rdbms.schema |
|---|
| Methods in org.datanucleus.store.rdbms.schema that return RDBMSTableIndexInfo | |
|---|---|
protected RDBMSTableIndexInfo |
RDBMSSchemaHandler.getRDBMSTableIndexInfoForTable(Connection conn,
String catalogName,
String schemaName,
String tableName)
Convenience method to get the index info for the catalog+schema+tableName in the datastore. |
protected RDBMSTableIndexInfo |
RDBMSSchemaHandler.getRDBMSTableIndexInfoForTable(Connection conn,
Table table)
Convenience method to get the index info for the specified table from the datastore. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||