Uses of Interface
org.dbunit.util.search.IEdge

Packages that use IEdge
org.dbunit.database.search   
org.dbunit.util.search   
 

Uses of IEdge in org.dbunit.database.search
 

Classes in org.dbunit.database.search that implement IEdge
 class FKRelationshipEdge
           
 class ForeignKeyRelationshipEdge
          Implementation of an edge representing a foreign key (FK) relationship between two tables.
The from node is the table which have the FK, while the to node is the table with the PK.
 

Methods in org.dbunit.database.search that return IEdge
protected  IEdge AbstractMetaDataBasedSearchCallback.newEdge(java.sql.ResultSet rs, int type, java.lang.String from, java.lang.String to, java.lang.String fkColumn, java.lang.String pkColumn)
          This method can be overwritten by the sub-classes if they need to decorate the edge (for instance, providing an Edge that contains the primary and foreign keys used).
protected  IEdge ImportedKeysSearchCallbackFilteredByPKs.newEdge(java.sql.ResultSet rs, int type, java.lang.String from, java.lang.String to, java.lang.String fkColumn, java.lang.String pkColumn)
           
protected  IEdge ImportedAndExportedKeysSearchCallbackFilteredByPKs.newEdge(java.sql.ResultSet rs, int type, java.lang.String from, java.lang.String to, java.lang.String fkColumn, java.lang.String pkColumn)
           
 

Uses of IEdge in org.dbunit.util.search
 

Classes in org.dbunit.util.search that implement IEdge
 class Edge
          Basic implementation of the IEdge interface.
 



Copyright © 2002-2010. All Rights Reserved.