| Package | Description |
|---|---|
| org.sql.generation.api.grammar.query |
This package and its sub-package contain elements related to SQL queries (
SELECT statements). |
| Modifier and Type | Field and Description |
|---|---|
static SetOperation |
SetOperation.EXCEPT
The set difference (
EXCEPT) between two queries. |
static SetOperation |
SetOperation.INTERSECT
The
INTERSECT between two queries. |
static SetOperation |
SetOperation.UNION
The
UNION between two queries. |
| Modifier and Type | Method and Description |
|---|---|
SetOperation |
QueryExpressionBodyBinary.getSetOperation()
Returns the set operation to put between queries.
|
Copyright © 2010-2012. All Rights Reserved.