public interface SetQuery extends QueryCommand
Modifier and Type | Method and Description |
---|---|
QueryCommand |
getLeft()
Get the left-hand query.
|
String |
getOperation()
Get the set operation for this query.
|
QueryCommand |
getRight()
Get the right-hand query.
|
boolean |
isAll()
Return whether this set query is a 'UNION ALL' or 'INTERSECT ALL' or 'EXCEPT ALL' query.
|
getColumns, getLimits, getOrderings
QueryCommand getLeft()
QueryCommand getRight()
String getOperation()
boolean isAll()
Copyright © 2008–2016 JBoss, a division of Red Hat. All rights reserved.