Uses of Class
org.datanucleus.store.rdbms.schema.ForeignKeyInfo
Packages that use ForeignKeyInfo
Package
Description
Provides mappings of all supported databases to aspects of the database that determines the SQL generation.
-
Uses of ForeignKeyInfo in org.datanucleus.store.rdbms.adapter
Methods in org.datanucleus.store.rdbms.adapter that return ForeignKeyInfoModifier and TypeMethodDescriptionMethod to return ForeignKeyInfo for the current row of the ResultSet which will have been obtained from a call to DatabaseMetaData.getImportedKeys() or DatabaseMetaData.getExportedKeys().Method to return ForeignKeyInfo for the current row of the ResultSet which will have been obtained from a call to DatabaseMetaData.getImportedKeys() or DatabaseMetaData.getExportedKeys().Method to return ForeignKeyInfo for the current row of the ResultSet which will have been obtained from a call to DatabaseMetaData.getImportedKeys() or DatabaseMetaData.getExportedKeys().