Package | Description |
---|---|
org.dbunit.database.search | |
org.dbunit.util.search |
Modifier and Type | Class and Description |
---|---|
class |
FKRelationshipEdge
Deprecated.
this class duplicates
ForeignKeyRelationshipEdge and should be removed |
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. |
Modifier and Type | Method and Description |
---|---|
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) |
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).
|
Modifier and Type | Class and Description |
---|---|
class |
Edge
Basic implementation of the
IEdge interface. |
Copyright © 2002–2018. All rights reserved.