public class QueryResultImpl extends Object implements QueryResult
| Modifier and Type | Field and Description |
|---|---|
protected SessionContext |
sessionContext |
| Constructor and Description |
|---|
QueryResultImpl(SessionContext sessionContext,
org.apache.jackrabbit.oak.api.Result result) |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getColumnNames() |
NodeIterator |
getNodes() |
RowIterator |
getRows() |
String[] |
getSelectorNames() |
protected final SessionContext sessionContext
public QueryResultImpl(SessionContext sessionContext, org.apache.jackrabbit.oak.api.Result result)
public String[] getColumnNames() throws RepositoryException
getColumnNames in interface QueryResultRepositoryExceptionpublic String[] getSelectorNames()
getSelectorNames in interface QueryResultpublic RowIterator getRows() throws RepositoryException
getRows in interface QueryResultRepositoryExceptionpublic NodeIterator getNodes() throws RepositoryException
getNodes in interface QueryResultRepositoryExceptionCopyright © 2012-2016 The Apache Software Foundation. All Rights Reserved.