| java.lang.Object workbench.db.DependencyNode
addColumnDefinition | public void addColumnDefinition(String aColumn, String aParentColumn)(Code) | | |
getLevel | public int getLevel()(Code) | | Returns the level of this node in the dependency hierarchy.
0 if no parent is available (i.e. the root of the tree)-1 if this is a self referencing dependency |
hashCode | public int hashCode()(Code) | | |
isDefinitionFor | public boolean isDefinitionFor(TableIdentifier tbl, String aFkname)(Code) | | Checks if this node defines the foreign key constraint name aFkname
to the given table
|
isRoot | public boolean isRoot()(Code) | | |
printAll | public void printAll()(Code) | | |
setDeleteAction | public void setDeleteAction(String anAction)(Code) | | |
setUpdateAction | public void setUpdateAction(String anAction)(Code) | | |
|
|