|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.query.SQLOperator
wt.query.SetOperator
This class represents a Set Operator.
This class defines the following static final Set Operators: UNION, UNION_ALL,
INTERSECT, and MINUS.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static SetOperator |
INTERSECT
Deprecated. as of R8.0, this keyword is not standard on all datastores. An EXISTS sub-query can be used instead. |
static SetOperator |
MINUS
Deprecated. as of R8.0, this keyword is not standard on all datastores. A NOT EXISTS sub-query can be used instead. |
private static String |
RESOURCE
|
static SetOperator |
UNION
Specifies a UNION set operator. |
static SetOperator |
UNION_ALL
Specifies a UNION ALL set operator. |
Fields inherited from class wt.query.SQLOperator |
|
Constructor Summary | |
private |
SetOperator(String a_value)
|
Methods inherited from class wt.query.SQLOperator |
getValue, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final SetOperator UNION
public static final SetOperator UNION_ALL
public static final SetOperator INTERSECT
public static final SetOperator MINUS
Constructor Detail |
private SetOperator(String a_value)
a_value
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |