| Modifier and Type | Method and 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) |
public void bindValue(String varName, Value value) throws RepositoryException
bindValue in interface QueryRepositoryExceptionpublic QueryResult execute() throws RepositoryException
execute in interface QueryRepositoryExceptionpublic String[] getBindVariableNames() throws RepositoryException
getBindVariableNames in interface QueryRepositoryExceptionpublic String getLanguage()
getLanguage in interface Querypublic String getStatement()
getStatement in interface Querypublic String getStoredQueryPath() throws RepositoryException
getStoredQueryPath in interface QueryRepositoryExceptionpublic Node storeAsNode(String absPath) throws RepositoryException
storeAsNode in interface QueryRepositoryExceptionCopyright © 2012-2017 The Apache Software Foundation. All Rights Reserved.