|
||||||||||
| 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:QueryObjectModelFactory.
| Field Summary |
|---|
| Fields inherited from interface javax.jcr.query.Query |
|---|
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 |
|---|
execute, getLanguage, getStatement, getStoredQueryPath, 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 | |||||||||