org.modeshape.jcr.query
Class JcrSqlQueryResult.JcrSqlQueryResultRowIterator
java.lang.Object
org.modeshape.jcr.query.JcrQueryResult.QueryResultRowIterator
org.modeshape.jcr.query.JcrQueryResult.SingleSelectorQueryResultRowIterator
org.modeshape.jcr.query.JcrSqlQueryResult.JcrSqlQueryResultRowIterator
- All Implemented Interfaces:
- Iterator, RowIterator, RangeIterator
- Enclosing class:
- JcrSqlQueryResult
protected static class JcrSqlQueryResult.JcrSqlQueryResultRowIterator
- extends JcrQueryResult.SingleSelectorQueryResultRowIterator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JcrSqlQueryResult.JcrSqlQueryResultRowIterator
protected JcrSqlQueryResult.JcrSqlQueryResultRowIterator(JcrQueryContext context,
String query,
QueryResults results,
Iterator<Object[]> tuples,
long numRows)
createRow
protected Row createRow(Node node,
Object[] tuple)
- Overrides:
createRow
in class JcrQueryResult.SingleSelectorQueryResultRowIterator
jcrPath
protected Value jcrPath(Path path)
jcrScore
protected Value jcrScore(Float score)
Copyright © 2008-2010 JBoss, a division of Red Hat. All Rights Reserved.