Uses of Class
org.datanucleus.store.rdbms.schema.RDBMSTableIndexInfo
-
Packages that use RDBMSTableIndexInfo Package Description 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 Modifier and Type Method Description 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.
-