Package | Description |
---|---|
org.ecoinformatics.seek.querybuilder |
Modifier and Type | Field and Description |
---|---|
protected DBTableJoin |
QBSplitPaneIntermediate.mTableJoins |
protected DBTableJoin |
QBSplitPaneAdvanced.mTableJoins |
protected DBTableJoin |
DBTableList.mTableJoins |
protected DBTableJoin |
DBTableDesktopPane.mTableJoins |
Modifier and Type | Method and Description |
---|---|
DBTableJoin |
DBTableDesktopPane.getTableJoins()
Returns the TableJoin Object
|
Modifier and Type | Method and Description |
---|---|
void |
DBTableFrame.setJoins(DBTableJoin aJoins)
Uses to set the "Joins" data structure
|
void |
DBTableList.setJoins(DBTableJoin aJoins)
Sets the Joins object (TODO need to make a listener instead)
|