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 RDBMSTableFKInfo |
RDBMSSchemaHandler.getRDBMSTableFKInfoForTable(Connection conn,
String catalogName,
String schemaName,
String tableName)
Convenience method to get the ForeignKey info for the specified table from the datastore.
|
protected RDBMSTableFKInfo |
RDBMSSchemaHandler.getRDBMSTableFKInfoForTable(Connection conn,
Table table)
Convenience method to get the ForeignKey info for the specified table from the datastore.
|
Copyright © 2017. All rights reserved.