Package | Description |
---|---|
org.ecoinformatics.seek.querybuilder |
Modifier and Type | Field and Description |
---|---|
protected DBWhereOperator |
DBWhereOperator.mClosure |
protected DBWhereOperator |
DBWhereListCellBase.mParent |
Modifier and Type | Method and Description |
---|---|
DBWhereOperator |
DBWhereOperator.getClosure()
Return the close object
|
DBWhereOperator |
DBWhereListCellBase.getParent()
Returns the parent
|
DBWhereOperator |
DBWhereIFace.getParent()
Return its parent object
|
protected DBWhereOperator |
DBWherePanel.getParentForInsert()
Return the appropriate DBWhereIFace object that the new item will be
parented to
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
DBWherePanel.isComplexRecurse(DBWhereOperator aParent,
java.lang.String aName)
Recurses through the "tree" of operators and creates a textual rendering
of the operators and conditions
|
protected static DBWhereIFace |
DBQueryDefParserEmitter.processWhereNode(DSSchemaIFace aSchema,
org.w3c.dom.Node aNode,
DBWhereOperator aParent)
Processes the where node
|
protected int |
DBWherePanel.recurseList(DBWhereOperator aOper,
java.lang.StringBuffer aStrBuf,
int aLevel,
boolean aUseSymbols)
Recurses through the "tree" of operators and creates a textual rendering
of the operators and conditions
|
Constructor and Description |
---|
DBWhereCondition(DBWhereOperator aParent,
DBWhereCondition aCond)
Copy Constructor (does not copy parent), sets it to the new parent
|
DBWhereCondition(DBWhereOperator aParent,
java.lang.String aTableName,
java.lang.String aFieldName,
java.lang.String aDataType)
Constructor
|
DBWhereListCellBase(DBWhereOperator aParent)
Constructor
|
DBWhereOperator(DBWhereOperator aParent,
boolean aIsClosure)
Constructor - Creates a "closure" object, Must be manually add and
removed from parent the closure object must also be manually added and
removed
|
DBWhereOperator(DBWhereOperator aParent,
DBWhereOperator aObj)
Copy Constructor - Copy all fields, but creates a new "closure" object,
Must be manually add and removed from parent the closure object must also
be manually added and removed
|