| Modifier and Type | Field and Description |
|---|---|
static SetOperation |
EXCEPT
The set difference (
EXCEPT) between two queries. |
static SetOperation |
INTERSECT
The
INTERSECT between two queries. |
static SetOperation |
UNION
The
UNION between two queries. |
| Constructor and Description |
|---|
SetOperation() |
public static final SetOperation UNION
UNION between two queries.public static final SetOperation INTERSECT
INTERSECT between two queries.public static final SetOperation EXCEPT
EXCEPT) between two queries.Copyright © 2010-2012. All Rights Reserved.