|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ICondition
The ICondition interface is an object that represents a condition in a query.
It extends the IStringBuilder interface.
Instances of classes that implement this interface are used to represent conditions that contain a left operand, an operator, and right operands.
Method Summary | |
---|---|
ILeftOperand |
getLeftOperand()
Returns the left operand of the condition. |
IOperator |
getOperator()
Returns the operator of the condition. |
IRightOperand[] |
getRightOperands()
Returns the right operands of the condition. |
Methods inherited from interface com.ibm.websphere.query.base.IStringBuilder |
---|
buildString, buildString |
Method Detail |
---|
ILeftOperand getLeftOperand()
IOperator getOperator()
IRightOperand[] getRightOperands()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |