|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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(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 IEdge |
ImportedAndExportedKeysSearchCallbackFilteredByPKs.newEdge(ResultSet rs,
int type,
String from,
String to,
String fkColumn,
String pkColumn)
|
protected IEdge |
ImportedKeysSearchCallbackFilteredByPKs.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 | |
|---|---|
class |
Edge
Basic implementation of the IEdge interface. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||