Uses of Package
org.jpox.store.rdbms.key

Packages that use org.jpox.store.rdbms.key
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.key This package contains wrappers to various types of keys found in RDBMS databases. 
org.jpox.store.rdbms.request Provides the mechanism of communicating with the database using JDBC. 
org.jpox.store.rdbms.table Provides a series of classes modelling tables and views, firstly in RDBMS, and then extending this to JDO representations. 
 

Classes in org.jpox.store.rdbms.key used by org.jpox.store.rdbms.adapter
CandidateKey
          Representation of a Candidate key.
ForeignKey
          Representation of a foreign key to another table.
ForeignKey.FKAction
          Inner class representing an action on the FK.
Index
          Representation of an index.
PrimaryKey
          Representation of the primary key of a table.
 

Classes in org.jpox.store.rdbms.key used by org.jpox.store.rdbms.key
CandidateKey
          Representation of a Candidate key.
ForeignKey
          Representation of a foreign key to another table.
ForeignKey.FKAction
          Inner class representing an action on the FK.
 

Classes in org.jpox.store.rdbms.key used by org.jpox.store.rdbms.request
PrimaryKey
          Representation of the primary key of a table.
 

Classes in org.jpox.store.rdbms.key used by org.jpox.store.rdbms.table
CandidateKey
          Representation of a Candidate key.
ForeignKey
          Representation of a foreign key to another table.
Index
          Representation of an index.
PrimaryKey
          Representation of the primary key of a table.
 



Copyright © -2007 . All Rights Reserved.