|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 |
Column.getForeignKey()
get the foreign key object for this column if it is a foreign key or part of a foreign key |
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 |
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 |
Table.addReferrer(ForeignKey fk)
Adds the foreign key from another table that refers to this table. |
void |
Column.addReferrer(ForeignKey fk)
Adds the foreign key from another table that refers to this column. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||