Uses of Class
org.datanucleus.store.rdbms.schema.ForeignKeyInfo

Packages that use ForeignKeyInfo
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
 ForeignKeyInfo RDBMSAdapter.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().
 ForeignKeyInfo PostgreSQLAdapter.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().
 ForeignKeyInfo DatabaseAdapter.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().
 



Copyright © 2012. All Rights Reserved.