|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForeignKeyInfo | |
org.jpox.store.rdbms.adapter | Provides mappings of all supported databases to aspects of the database that determines the SQL generation. |
org.jpox.store.rdbms.typeinfo | Acts as a wrapper around JDBC's Type meta-data, allowing the implmentation to control the precise aspects for each type. |
Uses of ForeignKeyInfo in org.jpox.store.rdbms.adapter |
Methods in org.jpox.store.rdbms.adapter that return ForeignKeyInfo | |
ForeignKeyInfo |
RDBMSAdapter.newForeignKeyInfo(java.sql.ResultSet rs)
A factory for ForeignKeyInfo objects. |
ForeignKeyInfo |
DatabaseAdapter.newForeignKeyInfo(java.sql.ResultSet rs)
A factory for ForeignKeyInfo objects. |
Uses of ForeignKeyInfo in org.jpox.store.rdbms.typeinfo |
Subclasses of ForeignKeyInfo in org.jpox.store.rdbms.typeinfo | |
class |
ExportedKeyInfo
Represents the metadata of a specific exported key column. |
class |
PostgreSQLForeignKeyInfo
Represents the metadata of a table's foreign key column in PostgreSQL. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |