com.ibm.websphere.query.base
Interface IRightOperand
- All Superinterfaces:
- IStringBuilder, java.io.Serializable
- All Known Subinterfaces:
- IArithmeticCondition, IAttribute, IFunction, ISelectQuery, IValue
- All Known Implementing Classes:
- ArithmeticCondition, Attribute, Condition, Function, Predicate, PredicateBase, SelectQuery, Value, ValueList
-
public interface IRightOperand
- extends IStringBuilder
The IRightOperand interface is an object that represents a right operand in a query condition.
It extends the IStringBuilder interface.
Instances of classes that implement this interface are used to represent the right operands
in conditions.