|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface QueryExpressionBodyBinary
This syntax element represents two queries which have a set operation (UNION, INTERSECT, or
EXCEPT) between them.
SetOperation| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.sql.generation.api.grammar.query.QueryExpressionBody |
|---|
QueryExpressionBody.EmptyQueryExpressionBody |
| Method Summary | |
|---|---|
CorrespondingSpec |
getCorrespondingColumns()
Returns the correspondence columns. |
QueryExpressionBody |
getLeft()
Returns the query on the left side of the set operation. |
QueryExpressionBody |
getRight()
Returns the query on the right side of the set operation. |
SetOperation |
getSetOperation()
Returns the set operation to put between queries. |
SetQuantifier |
getSetQuantifier()
Returns the set quantifier for the set operation. |
| Methods inherited from interface org.atp.api.Typeable |
|---|
getImplementedType |
| Method Detail |
|---|
SetOperation getSetOperation()
SetOperationCorrespondingSpec getCorrespondingColumns()
CorrespondingSpecQueryExpressionBody getLeft()
QueryExpressionBody getRight()
SetQuantifier getSetQuantifier()
SetQuantifier
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||