Uses of Class
org.apache.torque.engine.database.model.ForeignKey

Packages that use ForeignKey
org.apache.torque.engine.database.model   
 

Uses of ForeignKey in org.apache.torque.engine.database.model
 

Methods in org.apache.torque.engine.database.model that return ForeignKey
 ForeignKey Table.addForeignKey(org.xml.sax.Attributes attrib)
          A utility function to create a new foreign key from attrib and add it to this table.
 ForeignKey Table.getForeignKey(java.lang.String col)
          Return the first foreign key that includes col in it's list of local columns.
 ForeignKey Column.getForeignKey()
          get the foreign key object for this column if it is a foreign key or part of a foreign key
 

Methods in org.apache.torque.engine.database.model with parameters of type ForeignKey
 void Table.addReferrer(ForeignKey fk)
          Adds the foreign key from another table that refers to this table.
 void Table.addForeignKey(ForeignKey fk)
          Adds a new FK to the FK list and set the parent table of the column to the current table
 void Column.addReferrer(ForeignKey fk)
          Adds the foreign key from another table that refers to this column.
 



Copyright © 2000-2006 Apache Software Foundation. All Rights Reserved.