|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueryCommand | |
---|---|
org.modeshape.jcr.api.query.qom | |
org.modeshape.jcr.query.qom |
Uses of QueryCommand in org.modeshape.jcr.api.query.qom |
---|
Subinterfaces of QueryCommand in org.modeshape.jcr.api.query.qom | |
---|---|
interface |
SelectQuery
Represents a typical select-style query. |
interface |
SetQuery
Represents a set query. |
interface |
SetQueryObjectModel
A set query extension to the JCR query object model. |
Methods in org.modeshape.jcr.api.query.qom that return QueryCommand | |
---|---|
QueryCommand |
SetQuery.getLeft()
Get the left-hand query. |
QueryCommand |
Subquery.getQuery()
Gets the QueryCommand that makes up the subqery. |
QueryCommand |
SetQuery.getRight()
Get the right-hand query. |
Methods in org.modeshape.jcr.api.query.qom with parameters of type QueryCommand | |
---|---|
SetQuery |
QueryObjectModelFactory.except(QueryCommand left,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
Creates a query command that returns all rows that are in the result of the left-hand query but not in the result of the right-hand query. |
SetQuery |
QueryObjectModelFactory.intersect(QueryCommand left,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
Creates a query command that returns all rows that are both in the result of the left-hand query and in the result of the right-hand query. |
Subquery |
QueryObjectModelFactory.subquery(QueryCommand subqueryCommand)
Creates a subquery that can be used as a StaticOperand in another query. |
SetQuery |
QueryObjectModelFactory.union(QueryCommand left,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
Creates a query command that effectively appends the results of the right-hand query to those of the left-hand query. |
Uses of QueryCommand in org.modeshape.jcr.query.qom |
---|
Subinterfaces of QueryCommand in org.modeshape.jcr.query.qom | |
---|---|
interface |
JcrQueryCommand
Representation of an abstract query command the Graph API and extension to the JCR API. |
Classes in org.modeshape.jcr.query.qom that implement QueryCommand | |
---|---|
class |
JcrSelectQuery
|
class |
JcrSetQuery
|
class |
JcrSetQueryObjectModel
Implementation of QueryObjectModel that represents a select query . |
Methods in org.modeshape.jcr.query.qom that return QueryCommand | |
---|---|
QueryCommand |
JcrSetQueryObjectModel.getLeft()
Get the left-hand query. |
QueryCommand |
JcrSubquery.getQuery()
Gets the QueryCommand that makes up the subqery. |
QueryCommand |
JcrSetQueryObjectModel.getRight()
Get the right-hand query. |
Methods in org.modeshape.jcr.query.qom with parameters of type QueryCommand | |
---|---|
SetQuery |
JcrQueryObjectModelFactory.except(QueryCommand left,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
Creates a query command that returns all rows that are in the result of the left-hand query but not in the result of the right-hand query. |
SetQuery |
JcrQueryObjectModelFactory.intersect(QueryCommand left,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
Creates a query command that returns all rows that are both in the result of the left-hand query and in the result of the right-hand query. |
JcrSetQuery |
JcrQueryObjectModelFactory.setQuery(QueryCommand left,
SetQuery.Operation operation,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
|
Subquery |
JcrQueryObjectModelFactory.subquery(QueryCommand subqueryCommand)
Creates a subquery that can be used as a StaticOperand in another query. |
SetQuery |
JcrQueryObjectModelFactory.union(QueryCommand left,
QueryCommand right,
Ordering[] orderings,
Limit limit,
boolean all)
Creates a query command that effectively appends the results of the right-hand query to those of the left-hand query. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |