com.ibm.websphere.query.base
Interface IValue
- All Superinterfaces:
- IFunctionElement, ILeftOperand, IRightOperand, IStringBuilder, java.io.Serializable
- All Known Implementing Classes:
- Value, ValueList
public interface IValue
- extends ILeftOperand, IRightOperand, IFunctionElement, IStringBuilder
The IValue interface is an object that represents a value in a query.
It extends the ILeftOperand, IRightOperand, IFunctionElement, and IStringBuilder interfaces.
Instances of classes that implement this interface are used to represent values that contain
a value string and a data type.
getValueString
java.lang.String getValueString()
- Returns the value string of the value.
getPropertyName
java.lang.String getPropertyName()