Class QueryObjectModelImpl
java.lang.Object
org.apache.jackrabbit.oak.jcr.query.qom.QueryObjectModelImpl
- All Implemented Interfaces:
QueryObjectModel
,Query
The implementation of the corresponding JCR interface.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionQueryObjectModelImpl
(QueryManagerImpl queryManager, ValueFactory valueFactory, Source source, Constraint constraint, Ordering[] orderings, Column[] columns) -
Method Summary
-
Constructor Details
-
QueryObjectModelImpl
public QueryObjectModelImpl(QueryManagerImpl queryManager, ValueFactory valueFactory, Source source, Constraint constraint, Ordering[] orderings, Column[] columns)
-
-
Method Details
-
bindVariables
public void bindVariables() -
getColumns
- Specified by:
getColumns
in interfaceQueryObjectModel
-
getConstraint
- Specified by:
getConstraint
in interfaceQueryObjectModel
-
getOrderings
- Specified by:
getOrderings
in interfaceQueryObjectModel
-
getSource
- Specified by:
getSource
in interfaceQueryObjectModel
-
getBindVariableNames
- Specified by:
getBindVariableNames
in interfaceQuery
- Throws:
RepositoryException
-
setLimit
public void setLimit(long limit) -
setOffset
public void setOffset(long offset) -
getValueFactory
-
bindValue
- Specified by:
bindValue
in interfaceQuery
- Throws:
RepositoryException
-
execute
- Specified by:
execute
in interfaceQuery
- Throws:
RepositoryException
-
getLanguage
- Specified by:
getLanguage
in interfaceQuery
-
getStatement
- Specified by:
getStatement
in interfaceQuery
-
getStoredQueryPath
- Specified by:
getStoredQueryPath
in interfaceQuery
- Throws:
RepositoryException
-
storeAsNode
- Specified by:
storeAsNode
in interfaceQuery
- Throws:
RepositoryException
-
addBindVariable
-
toString
-