Uses of Class
org.datanucleus.store.rdbms.schema.RDBMSTableFKInfo
-
Packages that use RDBMSTableFKInfo Package Description org.datanucleus.store.rdbms.schema Provides a definition of the schema in the datastore, including tables, columns and types. -
-
Uses of RDBMSTableFKInfo in org.datanucleus.store.rdbms.schema
Methods in org.datanucleus.store.rdbms.schema that return RDBMSTableFKInfo Modifier and Type Method 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.
-