PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |
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()
Return the data type of the value. |
getDataType
int getDataType()
- Returns the data type of the value.
PREV CLASS
NEXT CLASS
|
|
SUMMARY: NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD |