com.ibm.websphere.query.base
Interface ILeftOperand

All Superinterfaces:
IStringBuilder, java.io.Serializable
All Known Subinterfaces:
IArithmeticCondition, IAttribute, IFunction, IValue
All Known Implementing Classes:
ArithmeticCondition, Attribute, Function, Value, ValueList

public interface ILeftOperand
extends IStringBuilder

The ILeftOperand interface is an object that represents a left operand in a query condition.

It extends the IStringBuilder interface.

Instances of classes that implement this interface are used to represent the left operands in conditions.


Method Summary
 int getDataType()
          Returns the data type of the value.
 
Methods inherited from interface com.ibm.websphere.query.base.IStringBuilder
buildString, buildString
 

Method Detail

getDataType

int getDataType()
Returns the data type of the value.