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 void
bindValue(String varName, Value value)
QueryResult
execute()
String[]
getBindVariableNames()
String
getLanguage()
String
getStatement()
String
getStoredQueryPath()
void
setLimit(long limit)
void
setOffset(long offset)
Node
storeAsNode(String absPath)
-
-
-
Method Detail
-
bindValue
public void bindValue(String varName, Value value) throws RepositoryException
- Specified by:
bindValue
in interfaceQuery
- Throws:
RepositoryException
-
execute
public QueryResult execute() throws RepositoryException
- Specified by:
execute
in interfaceQuery
- Throws:
RepositoryException
-
getBindVariableNames
public String[] getBindVariableNames() throws RepositoryException
- Specified by:
getBindVariableNames
in interfaceQuery
- Throws:
RepositoryException
-
getLanguage
public String getLanguage()
- Specified by:
getLanguage
in interfaceQuery
-
getStatement
public String getStatement()
- Specified by:
getStatement
in interfaceQuery
-
getStoredQueryPath
public String getStoredQueryPath() throws RepositoryException
- Specified by:
getStoredQueryPath
in interfaceQuery
- Throws:
RepositoryException
-
storeAsNode
public Node storeAsNode(String absPath) throws RepositoryException
- Specified by:
storeAsNode
in interfaceQuery
- Throws:
RepositoryException
-
-