Package org.dbunit.database.search
Class FKRelationshipEdge
java.lang.Object
org.dbunit.util.search.Edge
org.dbunit.database.search.FKRelationshipEdge
- All Implemented Interfaces:
Comparable<Object>,IEdge
Deprecated.
FIXME remove - duplicates
ForeignKeyRelationshipEdge- Since:
- 2.2.0
- Version:
- $Revision$ $Date$
- Author:
- Felipe Leme, Last changed by: $Author$
-
Constructor Summary
ConstructorsConstructorDescriptionFKRelationshipEdge(String tableFrom, String tableTo, String fkColumn, String pkColumn) Deprecated.Creates an edge representing a FK. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Gets the name of the foreign key column in the relationship.Deprecated.Gets the name of the primary key column in the relationship.toString()Deprecated.
-
Constructor Details
-
FKRelationshipEdge
Deprecated.Creates an edge representing a FK.- Parameters:
tableFrom- table that has the FK.tableTo- table that has the PK.fkColumn- name of the FK column on tableFrom.pkColumn- name of the PK column on tableTo.
-
-
Method Details
-
getFKColumn
Deprecated.Gets the name of the foreign key column in the relationship.- Returns:
- name of the foreign key column in the relationship.
-
getPKColumn
Deprecated.Gets the name of the primary key column in the relationship.- Returns:
- name of the primary key column in the relationship.
-
toString
Deprecated.
-
ForeignKeyRelationshipEdgeand should be removed