public class QueryImpl extends Object implements javax.jcr.query.Query
| Modifier and Type | Method and Description |
|---|---|
void |
bindValue(String varName,
javax.jcr.Value value) |
javax.jcr.query.QueryResult |
execute() |
String[] |
getBindVariableNames() |
String |
getLanguage() |
String |
getStatement() |
String |
getStoredQueryPath() |
void |
setLimit(long limit) |
void |
setOffset(long offset) |
javax.jcr.Node |
storeAsNode(String absPath) |
public void bindValue(String varName, javax.jcr.Value value) throws javax.jcr.RepositoryException
bindValue in interface javax.jcr.query.Queryjavax.jcr.RepositoryExceptionpublic javax.jcr.query.QueryResult execute()
throws javax.jcr.RepositoryException
execute in interface javax.jcr.query.Queryjavax.jcr.RepositoryExceptionpublic String[] getBindVariableNames() throws javax.jcr.RepositoryException
getBindVariableNames in interface javax.jcr.query.Queryjavax.jcr.RepositoryExceptionpublic String getLanguage()
getLanguage in interface javax.jcr.query.Querypublic String getStatement()
getStatement in interface javax.jcr.query.Querypublic String getStoredQueryPath() throws javax.jcr.RepositoryException
getStoredQueryPath in interface javax.jcr.query.Queryjavax.jcr.RepositoryExceptionpublic void setLimit(long limit)
setLimit in interface javax.jcr.query.Querypublic void setOffset(long offset)
setOffset in interface javax.jcr.query.Querypublic javax.jcr.Node storeAsNode(String absPath) throws javax.jcr.RepositoryException
storeAsNode in interface javax.jcr.query.Queryjavax.jcr.RepositoryExceptionCopyright © 2012-2019 The Apache Software Foundation. All Rights Reserved.