|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.query.SQLOperator
wt.query.LogicalOperator
public class LogicalOperator
This class represents a Logical Operator.
This class defines the following static final Logical Operators: AND
and OR.
Supported API: true
Extendable: false
| 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 |
|---|
public static final LogicalOperator AND
public static final LogicalOperator OR
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||