Uses of Interface
org.dbunit.util.search.IEdge
Packages that use IEdge
-
Uses of IEdge in org.dbunit.database.search
Classes in org.dbunit.database.search that implement IEdgeModifier and TypeClassDescriptionclassDeprecated.classImplementation of an edge representing a foreign key (FK) relationship between two tables.
Thefromnode is the table which have the FK, while thetonode is the table with the PK.Methods in org.dbunit.database.search that return IEdgeModifier and TypeMethodDescriptionprotected IEdgeAbstractMetaDataBasedSearchCallback.newEdge(ResultSet rs, int type, String from, String to, String fkColumn, 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 IEdgeImportedAndExportedKeysSearchCallbackFilteredByPKs.newEdge(ResultSet rs, int type, String from, String to, String fkColumn, String pkColumn) protected IEdgeImportedKeysSearchCallbackFilteredByPKs.newEdge(ResultSet rs, int type, String from, String to, String fkColumn, String pkColumn) -
Uses of IEdge in org.dbunit.util.search
Classes in org.dbunit.util.search that implement IEdge
ForeignKeyRelationshipEdgeand should be removed