org.dbunit.database.search
Class FKRelationshipEdge
java.lang.Object
org.dbunit.util.search.Edge
org.dbunit.database.search.FKRelationshipEdge
- All Implemented Interfaces:
- Comparable, IEdge
Deprecated. this class duplicates ForeignKeyRelationshipEdge
and should be removed
public class FKRelationshipEdge
- extends Edge
FIXME remove - duplicates ForeignKeyRelationshipEdge
- Since:
- 2.2.0
- Version:
- $Revision: 800 $ $Date: 2008-09-06 22:16:09 +0200 (Sat, 06 Sep 2008) $
- Author:
- Felipe Leme, Last changed by: $Author: gommma $
FKRelationshipEdge
public FKRelationshipEdge(String tableFrom,
String tableTo,
String fkColumn,
String pkColumn)
- Deprecated.
getFKColumn
public String getFKColumn()
- Deprecated.
getPKColumn
public String getPKColumn()
- Deprecated.
toString
public String toString()
- Deprecated.
- Overrides:
toString
in class Edge
Copyright © 2002-2012. All Rights Reserved.