org.sql.generation.api.grammar.query
Class SetOperation
java.lang.Object
org.sql.generation.api.grammar.query.SetOperation
public final class SetOperation
- extends Object
This enum represents the possible set operations to combine queries with. These set operations are UNION,
INTERSECT, and EXCEPT.
- Author:
- Stanislav Muhametsin
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UNION
public static final SetOperation UNION
- The
UNION between two queries.
INTERSECT
public static final SetOperation INTERSECT
- The
INTERSECT between two queries.
EXCEPT
public static final SetOperation EXCEPT
- The set difference (
EXCEPT) between two queries.
SetOperation
public SetOperation()
Copyright © 2010-2011. All Rights Reserved.