|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface QueryObjectModel
A query in the JCR query object model.
The JCR query object model describes the queries that can be evaluated by a JCR repository independent of any particular query language, such as SQL.
A query consists of:
The query object model representation of a query is created by factory
methods in the QueryObjectModelFactory
.
Field Summary |
---|
Fields inherited from interface javax.jcr.query.Query |
---|
JCR_JQOM, JCR_SQL2, SQL, XPATH |
Method Summary | |
---|---|
Column[] |
getColumns()
Gets the columns for this query. |
Constraint |
getConstraint()
Gets the constraint for this query. |
Ordering[] |
getOrderings()
Gets the orderings for this query. |
Source |
getSource()
Gets the node-tuple source for this query. |
Methods inherited from interface javax.jcr.query.Query |
---|
bindValue, execute, getBindVariableNames, getLanguage, getStatement, getStoredQueryPath, setLimit, setOffset, storeAsNode |
Method Detail |
---|
Source getSource()
Constraint getConstraint()
Ordering[] getOrderings()
Column[] getColumns()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |