|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ForeignKey | |
org.apache.torque.engine.database.model | |
org.apache.torque.engine.database.transform |
Uses of ForeignKey in org.apache.torque.engine.database.model |
Methods in org.apache.torque.engine.database.model that return ForeignKey | |
ForeignKey |
Column.getForeignKey()
get the foreign key object for this column if it is a foreign key or part of a foreign key |
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.getForeignKeys()
Returns an Array containing all the FKs in the table |
ForeignKey |
Table.getForeignKey(java.lang.String col)
Return the first foreign key that includes col in it's list of local columns. |
Methods in org.apache.torque.engine.database.model with parameters of type ForeignKey | |
void |
Column.addReferrer(ForeignKey fk)
Adds the foreign key from another table that refers to this column. |
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 |
Uses of ForeignKey in org.apache.torque.engine.database.transform |
Fields in org.apache.torque.engine.database.transform declared as ForeignKey | |
private ForeignKey |
XmlToAppData.currFK
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |