Package | Description |
---|---|
org.ecoinformatics.seek.querybuilder |
Modifier and Type | Class and Description |
---|---|
class |
QBSplitPaneAdvanced
This class shows a split view with a set of table schemas as draggable tables
in the upper pane.
|
class |
QBSplitPaneIntermediate
This class shows a split view with a set of table schemas as draggable tables
in the upper pane.
|
class |
QBSplitPaneStandard
This class shows a split view with a set of table schemas showing via tabs in
the upper pane.
|
Modifier and Type | Method and Description |
---|---|
boolean |
QBSplitPaneIntermediate.canConvertTo(QBBuilderInterface aBldr)
This checks to see if this type of builder can convert the internal SQL
to a more complex or less complex form.
|
boolean |
QBSplitPaneStandard.canConvertTo(QBBuilderInterface aBldr)
This checks to see if this type of builder can convert the internal SQL
to a more complex or less complex form.
|
boolean |
QBSplitPaneAdvanced.canConvertTo(QBBuilderInterface aBldr)
This checks to see if this type of builder can convert the internal SQL
to a more complex or less complex form.
|
boolean |
QBBuilderInterface.canConvertTo(QBBuilderInterface aBldr)
This checks to see if this type of builder can convert the internal SQL
to a more complex or less complex form.
|