Uses of Class
org.datanucleus.store.rdbms.schema.ForeignKeyInfo
-
Packages that use ForeignKeyInfo Package Description org.datanucleus.store.rdbms.adapter 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 ForeignKeyInfo Modifier and Type Method Description ForeignKeyInfoBaseDatastoreAdapter. newFKInfo(ResultSet rs)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().ForeignKeyInfoDatastoreAdapter. newFKInfo(ResultSet rs)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().ForeignKeyInfoPostgreSQLAdapter. newFKInfo(ResultSet rs)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().
-