|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sql.generation.api.grammar.query.SetOperation
public final class SetOperation
This enum represents the possible set operations to combine queries with. These set operations are UNION,
INTERSECT, and EXCEPT.
| Field Summary | |
|---|---|
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 Summary | |
|---|---|
SetOperation()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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.
| Constructor Detail |
|---|
public SetOperation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||