|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IArithmeticCondition
The IArithmeticCondition interface is an object that represents an arithmetic operation in a query.
It extends the ILeftOperand, IRightOperand, IOrderByElement, IFunctionElement, and IStringBuilder interfaces.
Instances of classes that implement this interface are used to represent arithmetic conditions that contain an arithmetic operation and elements in which to perfom the operation.
Method Summary | |
---|---|
ILeftOperand[] |
getArithmeticConditionElements()
Returns the Elements of the Arithmetic Condition |
java.lang.String |
getArithmeticOperation()
Returns the Arithmetic Operation(+,-,*,/) |
Methods inherited from interface com.ibm.websphere.query.base.ILeftOperand |
---|
getDataType |
Methods inherited from interface com.ibm.websphere.query.base.IFunctionElement |
---|
getDataType |
Methods inherited from interface com.ibm.websphere.query.base.IStringBuilder |
---|
buildString, buildString |
Method Detail |
---|
ILeftOperand[] getArithmeticConditionElements()
java.lang.String getArithmeticOperation()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |