Class QueryImpl
- java.lang.Object
-
- org.apache.jackrabbit.oak.jcr.query.QueryImpl
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidbindValue(String varName, Value value)QueryResultexecute()String[]getBindVariableNames()StringgetLanguage()StringgetStatement()StringgetStoredQueryPath()voidsetLimit(long limit)voidsetOffset(long offset)NodestoreAsNode(String absPath)
-
-
-
Method Detail
-
bindValue
public void bindValue(String varName, Value value) throws RepositoryException
- Specified by:
bindValuein interfaceQuery- Throws:
RepositoryException
-
execute
public QueryResult execute() throws RepositoryException
- Specified by:
executein interfaceQuery- Throws:
RepositoryException
-
getBindVariableNames
public String[] getBindVariableNames() throws RepositoryException
- Specified by:
getBindVariableNamesin interfaceQuery- Throws:
RepositoryException
-
getLanguage
public String getLanguage()
- Specified by:
getLanguagein interfaceQuery
-
getStatement
public String getStatement()
- Specified by:
getStatementin interfaceQuery
-
getStoredQueryPath
public String getStoredQueryPath() throws RepositoryException
- Specified by:
getStoredQueryPathin interfaceQuery- Throws:
RepositoryException
-
storeAsNode
public Node storeAsNode(String absPath) throws RepositoryException
- Specified by:
storeAsNodein interfaceQuery- Throws:
RepositoryException
-
-