Uses of Class
org.datanucleus.store.rdbms.schema.RDBMSSchemaInfo
Packages that use RDBMSSchemaInfo
Package
Description
Provides a definition of the schema in the datastore, including tables, columns and types.
-
Uses of RDBMSSchemaInfo in org.datanucleus.store.rdbms.schema
Methods in org.datanucleus.store.rdbms.schema that return RDBMSSchemaInfoModifier and TypeMethodDescriptionprotected RDBMSSchemaInfo
RDBMSSchemaHandler.getRDBMSSchemaInfoForCatalogSchema
(Connection conn, String catalog, String schema) Convenience method to retrieve schema information for all tables in the specified catalog/schema.protected RDBMSSchemaInfo
RDBMSSchemaHandler.getRDBMSSchemasInfo
(Connection conn, String schemaName, String catalogName) Convenience method to read the schemas information for this datastore.