|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.modeshape.jcr.query.qom.JcrAbstractQuery
org.modeshape.jcr.query.JcrQuery
org.modeshape.jcr.query.qom.JcrSetQueryObjectModel
public class JcrSetQueryObjectModel
Implementation of QueryObjectModel
that represents a select query
.
Field Summary |
---|
Fields inherited from class org.modeshape.jcr.query.qom.JcrAbstractQuery |
---|
context, language, statement |
Fields inherited from interface javax.jcr.query.Query |
---|
JCR_JQOM, JCR_SQL2, SQL, XPATH |
Constructor Summary | |
---|---|
JcrSetQueryObjectModel(JcrQueryContext context,
String statement,
String language,
JcrSetQuery query,
PlanHints hints,
Path storedAtPath)
Creates a new JCR Query by specifying the query statement itself, the language in which the query is stated, the
QueryCommand representation and, optionally, the node from which the query was loaded. |
Method Summary | |
---|---|
Column[] |
getColumns()
Gets the columns for this query. |
QueryCommand |
getLeft()
Get the left-hand query. |
Limit |
getLimits()
Get the limits associated with this query. |
String |
getOperation()
Get the set operation for this query. |
Ordering[] |
getOrderings()
Gets the orderings 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. |
protected JcrSetQuery |
query()
|
Methods inherited from class org.modeshape.jcr.query.JcrQuery |
---|
bindValue, execute, getAbstractQueryModel, getBindVariableNames, setLimit, setOffset, toString |
Methods inherited from class org.modeshape.jcr.query.qom.JcrAbstractQuery |
---|
checkForProblems, context, getLanguage, getStatement, getStoredQueryPath, pathFor, storeAsNode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface javax.jcr.query.Query |
---|
bindValue, execute, getBindVariableNames, getLanguage, getStatement, getStoredQueryPath, setLimit, setOffset, storeAsNode |
Constructor Detail |
---|
public JcrSetQueryObjectModel(JcrQueryContext context, String statement, String language, JcrSetQuery query, PlanHints hints, Path storedAtPath)
Query
by specifying the query statement itself, the language in which the query is stated, the
QueryCommand
representation and, optionally, the node from which the query was loaded. The language must be a
string from among those returned by QueryManager#getSupportedQueryLanguages()
.
context
- the context that was used to create this query and that will be used to execute this query; may not be nullstatement
- the original statement as supplied by the client; may not be nulllanguage
- the language obtained from the QueryParser
; may not be nullquery
- the parsed query representation; may not be nullhints
- any hints that are to be used; may be null if there are no hintsstoredAtPath
- the path at which this query was stored, or null if this is not a stored queryMethod Detail |
---|
protected JcrSetQuery query()
query
in class JcrQuery
public QueryCommand getLeft()
getLeft
in interface SetQuery
SetQuery.getLeft()
public QueryCommand getRight()
getRight
in interface SetQuery
SetQuery.getRight()
public boolean isAll()
isAll
in interface SetQuery
SetQuery.isAll()
public Limit getLimits()
getLimits
in interface QueryCommand
unlimited
QueryCommand.getLimits()
public String getOperation()
getOperation
in interface SetQuery
SetQuery.getOperation()
public Column[] getColumns()
getColumns
in interface QueryCommand
QueryObjectModel.getColumns()
public Ordering[] getOrderings()
getOrderings
in interface QueryCommand
QueryObjectModel.getOrderings()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |