@NotThreadSafe protected static class JcrQueryResult.SingleSelectorQueryResultRowIterator extends JcrQueryResult.QueryResultRowIterator
RowIterator
implementation returned by the JcrQueryResult
.JcrQueryResult.getRows()
Modifier and Type | Field and Description |
---|---|
protected int |
locationIndex |
protected int |
scoreIndex |
columnNames, columns, context, query
Modifier | Constructor and Description |
---|---|
protected |
JcrQueryResult.SingleSelectorQueryResultRowIterator(JcrQueryContext context,
String query,
QueryResults results,
Iterator<Object[]> tuples,
long numRows) |
Modifier and Type | Method and Description |
---|---|
protected Row |
createRow(Node node,
Object[] tuple) |
protected Row |
getNextRow(Object[] tuple) |
getPosition, getPropertyNameForColumnName, getSize, hasNext, hasSelector, jcrDouble, jcrLong, jcrName, jcrName, jcrPath, jcrString, next, nextRow, remove, skip
protected final int locationIndex
protected final int scoreIndex
protected JcrQueryResult.SingleSelectorQueryResultRowIterator(JcrQueryContext context, String query, QueryResults results, Iterator<Object[]> tuples, long numRows)
protected Row getNextRow(Object[] tuple) throws RepositoryException
getNextRow
in class JcrQueryResult.QueryResultRowIterator
RepositoryException
Copyright © 2008-2014 JBoss, a division of Red Hat. All Rights Reserved.