|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SetQuery
Represents a set query.
Method Summary | |
---|---|
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. |
Methods inherited from interface org.modeshape.jcr.api.query.qom.QueryCommand |
---|
getColumns, getLimits, getOrderings |
Method Detail |
---|
QueryCommand getLeft()
QueryCommand getRight()
String getOperation()
boolean isAll()
|
ModeShape Distribution 3.0.0.Beta4 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |