| java.lang.Object workbench.db.report.TableRelation
TableRelation | public class TableRelation (Code) | | author: support@sql-workbench.net |
TableRelation | public TableRelation(int id, int sourceId, int destId, String fk)(Code) | | |
getColCount | public int getColCount()(Code) | | |
getColumns | public String getColumns()(Code) | | Returns the fk columns as a string suitable to be put
into a relation tag.
|
getRelationId | public int getRelationId()(Code) | | |
getRelationKind | public String getRelationKind()(Code) | | 1 = 1:n (identifying)
2 = 1:n (non-identifying)
|
getSourceTableId | public int getSourceTableId()(Code) | | |
getTargetTableId | public int getTargetTableId()(Code) | | |
setDeleteAction | public void setDeleteAction(String wbAction)(Code) | | |
setUpdateAction | public void setUpdateAction(String wbAction)(Code) | | |
|
|