Package | Description |
---|---|
org.datanucleus.store.rdbms.schema |
Provides a definition of the schema in the datastore, including tables, columns and types.
|
Modifier and Type | Method and Description |
---|---|
protected 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.
|
Copyright © 2017. All rights reserved.