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

Packages that use ForeignKey
org.apache.turbine.torque.engine.database.model Torque persistance layer. 
org.apache.turbine.torque.engine.database.transform Torque persistance layer. 
 

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

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

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

Uses of ForeignKey in org.apache.turbine.torque.engine.database.transform
 

Fields in org.apache.turbine.torque.engine.database.transform declared as ForeignKey
private  ForeignKey XmlToAppData.currFK
          Deprecated.  
 



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