public interface QueryExpressionBodyBinary extends QueryExpressionBodyActual
UNION, INTERSECT, or
EXCEPT) between them.SetOperationQueryExpressionBody.EmptyQueryExpressionBody| Modifier and Type | Method and Description |
|---|---|
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.
|
SetOperation getSetOperation()
SetOperationCorrespondingSpec getCorrespondingColumns()
CorrespondingSpecQueryExpressionBody getLeft()
QueryExpressionBody getRight()
SetQuantifier getSetQuantifier()
SetQuantifierCopyright © 2010-2012. All Rights Reserved.