com.ibm.websphere.query.base
Interface IFunctionElement
- All Superinterfaces:
- IStringBuilder, java.io.Serializable
- All Known Subinterfaces:
- IArithmeticCondition, IAttribute, IFunction, IValue
- All Known Implementing Classes:
- ArithmeticCondition, Attribute, Function, Value, ValueList
-
public interface IFunctionElement
- extends IStringBuilder
The IFunctionElement interface is an object that represents a function element in a function.
It extends the IStringBuilder interface.
Instances of classes that implement this interface are used to represent function elements
in functions.
Method Summary
|
int |
getDataType()
Return the data type of the value. |
getDataType
int getDataType()
- Returns the data type of the value.