Uses of Class
net.sourceforge.schemaspy.model.ForeignKeyConstraint

Packages that use ForeignKeyConstraint
net.sourceforge.schemaspy.model   
 

Uses of ForeignKeyConstraint in net.sourceforge.schemaspy.model
 

Subclasses of ForeignKeyConstraint in net.sourceforge.schemaspy.model
 class ImpliedForeignKeyConstraint
           
 

Methods in net.sourceforge.schemaspy.model that return ForeignKeyConstraint
 ForeignKeyConstraint TableColumn.getChildConstraint(TableColumn child)
          returns the constraint that connects the specified column to this column (specified 'child' to this 'parent' column)
 ForeignKeyConstraint Table.getForeignKey(String keyName)
           
 ForeignKeyConstraint TableColumn.getParentConstraint(TableColumn parent)
          returns the constraint that connects this column to the specified column (this 'child' column to specified 'parent' column)
 ForeignKeyConstraint TableColumn.removeAChildFKConstraint()
           
 ForeignKeyConstraint Table.removeAForeignKeyConstraint()
           
 ForeignKeyConstraint TableColumn.removeAParentFKConstraint()
          removes a parent constraint and returns it, or null if there are no parent constraints
 ForeignKeyConstraint Table.removeSelfReferencingConstraint()
           
 

Methods in net.sourceforge.schemaspy.model with parameters of type ForeignKeyConstraint
 void TableColumn.addChild(TableColumn child, ForeignKeyConstraint constraint)
           
 void TableColumn.addParent(TableColumn parent, ForeignKeyConstraint constraint)
           
 



Copyright © 2007-2010. All Rights Reserved.