com.ibm.websphere.query.base
Interface IArithmeticCondition

All Superinterfaces:
IFunctionElement, ILeftOperand, IRightOperand, IStringBuilder, java.io.Serializable
All Known Implementing Classes:
ArithmeticCondition

public interface IArithmeticCondition
extends ILeftOperand, IRightOperand, IFunctionElement, IStringBuilder

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

getArithmeticConditionElements

ILeftOperand[] getArithmeticConditionElements()
Returns the Elements of the Arithmetic Condition


getArithmeticOperation

java.lang.String getArithmeticOperation()
Returns the Arithmetic Operation(+,-,*,/)