Package wt.query
Class RangeExpression
java.lang.Object
wt.query.RangeExpression
- All Implemented Interfaces:
Externalizable,Serializable,wt.query.Expression,RelationalExpression
This class represents a range in a SQL WHERE clause. The range endpoint
values (i.e. begin, end) are specified via the AttributeRange class.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RangeExpression
Supported API: true- Parameters:
a_value- Range of values for this expression.
-