Uses of Class
de.mguennewig.pobjects.metadata.ForeignKeyConstraint

Packages that use ForeignKeyConstraint
de.mguennewig.pobjects.memdb This package contains a simple non-persistent Container implementation that operates only in memory. 
de.mguennewig.pobjects.metadata This package contains the metadata classes used by the PObject library. 
 

Uses of ForeignKeyConstraint in de.mguennewig.pobjects.memdb
 

Methods in de.mguennewig.pobjects.memdb that return ForeignKeyConstraint
 ForeignKeyConstraint TableExprFKeyPair.getForeignKeyConstraint()
           
 

Constructors in de.mguennewig.pobjects.memdb with parameters of type ForeignKeyConstraint
TableExprFKeyPair(TableExpr sourceTable, ForeignKeyConstraint fkey)
           
 

Uses of ForeignKeyConstraint in de.mguennewig.pobjects.metadata
 

Methods in de.mguennewig.pobjects.metadata that return ForeignKeyConstraint
 ForeignKeyConstraint ClassDecl.getForeignKeyConstraint(Field field)
          Returns the first found ForeignKeyConstraint that has the given field as one of its source fields.