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