Uses of Class
org.datanucleus.store.rdbms.schema.RDBMSSchemaInfo
-
Packages that use RDBMSSchemaInfo Package Description org.datanucleus.store.rdbms.schema 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 RDBMSSchemaInfo Modifier and Type Method Description protected RDBMSSchemaInfoRDBMSSchemaHandler. getRDBMSSchemaInfoForCatalogSchema(Connection conn, String catalog, String schema)Convenience method to retrieve schema information for all tables in the specified catalog/schema.protected RDBMSSchemaInfoRDBMSSchemaHandler. getRDBMSSchemasInfo(Connection conn, String schemaName, String catalogName)Convenience method to read the schemas information for this datastore.
-