wt.query
Class LogicalOperator

java.lang.Object
  extended by wt.query.SQLOperator
      extended by wt.query.LogicalOperator
All Implemented Interfaces:
Serializable

public class LogicalOperator
extends wt.query.SQLOperator
implements Serializable

This class represents a Logical Operator.

This class defines the following static final Logical Operators: AND and OR.

Supported API: true

Extendable: false

See Also:
Serialized Form

Field Summary
static LogicalOperator AND
          Specifies an AND logical operator.
static LogicalOperator OR
          Specifies an OR logical operator.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

AND

public static final LogicalOperator AND
Specifies an AND logical operator.

Supported API: true


OR

public static final LogicalOperator OR
Specifies an OR logical operator.

Supported API: true