wt.query
Class RangeExpression

java.lang.Object
  extended by wt.query.RangeExpression
All Implemented Interfaces:
Externalizable, Serializable, Expression, RelationalExpression

public class RangeExpression
extends Object
implements RelationalExpression, Externalizable

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

See Also:
Serialized Form

Constructor Summary
RangeExpression(AttributeRange a_value)
          

Supported API: true
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RangeExpression

public RangeExpression(AttributeRange a_value)


Supported API: true

Parameters:
a_value - Range of values for this expression.