Class FKRelationshipEdge

java.lang.Object
org.dbunit.util.search.Edge
org.dbunit.database.search.FKRelationshipEdge
All Implemented Interfaces:
Comparable<Object>, IEdge

public class FKRelationshipEdge extends Edge
Deprecated.
this class duplicates ForeignKeyRelationshipEdge and should be removed
FIXME remove - duplicates ForeignKeyRelationshipEdge
Since:
2.2.0
Version:
$Revision$ $Date$
Author:
Felipe Leme, Last changed by: $Author$
  • Constructor Details

    • FKRelationshipEdge

      public FKRelationshipEdge(String tableFrom, String tableTo, String fkColumn, String pkColumn)
      Deprecated.
  • Method Details

    • getFKColumn

      public String getFKColumn()
      Deprecated.
    • getPKColumn

      public String getPKColumn()
      Deprecated.
    • toString

      public String toString()
      Deprecated.
      Overrides:
      toString in class Edge