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 RDBMSTableIndexInfoRDBMSSchemaHandler.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 RDBMSTableIndexInfoRDBMSSchemaHandler.getRDBMSTableIndexInfoForTable(Connection conn, Table table) Convenience method to get the index info for the specified table from the datastore.