Uses of Class
org.dbunit.database.search.ForeignKeyRelationshipEdge

Packages that use ForeignKeyRelationshipEdge
org.dbunit.database   
org.dbunit.database.search   
 

Uses of ForeignKeyRelationshipEdge in org.dbunit.database
 

Methods in org.dbunit.database with parameters of type ForeignKeyRelationshipEdge
 void PrimaryKeyFilter.edgeAdded(ForeignKeyRelationshipEdge edge)
           
 

Uses of ForeignKeyRelationshipEdge in org.dbunit.database.search
 

Methods in org.dbunit.database.search that return ForeignKeyRelationshipEdge
protected static ForeignKeyRelationshipEdge AbstractMetaDataBasedSearchCallback.createFKEdge(java.sql.ResultSet rs, int type, java.lang.String from, java.lang.String to, java.lang.String fkColumn, java.lang.String pkColumn)
          Creates an edge representing a foreign key relationship between 2 tables.
 



Copyright © 2002-2010. All Rights Reserved.