Class | Description |
---|---|
AbstractMetaDataBasedSearchCallback |
Super-class for the ISearchCallback that implements the
getEdges() method using the database meta-data. |
ExportedKeysSearchCallback |
ISearchCallback implementation that get the nodes using direct foreign key
dependency, i.e, if table A has a FK for a table B, then getNodes(B) will
return A.
|
FKRelationshipEdge | Deprecated
this class duplicates
ForeignKeyRelationshipEdge and should be removed |
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. |
ImportedAndExportedKeysSearchCallback |
ISearchCallback implementation that get the nodes using both direct and reverse
foreign key dependency, i.e, if table C has a FK for a table A and table A has
a FK for a table B, then getNodes(A) will return B and C.
|
ImportedAndExportedKeysSearchCallbackFilteredByPKs |
Extension of the ImportedAndExportedKeysSearchCallback, where each new edge is
added to a PrimaryKeyFilter.
|
ImportedKeysSearchCallback |
ISearchCallback implementation that get the nodes using direct foreign key
dependency, i.e, if table A has a FK for a table B, then getNodes(A) will
return B.
|
ImportedKeysSearchCallbackFilteredByPKs |
Extension of the ImportedKeysSearchCallback, where each new edge is added to a
PrimaryKeyFilter.
|
TablesDependencyHelper |
Helper for the graph-search based classes used to calculate dependency
among tables.
|
Copyright © 2002-2025. All Rights Reserved.