com.hp.hpl.jena.sparql.engine.iterator
Class QueryIter
java.lang.Object
com.hp.hpl.jena.sparql.util.PrintSerializableBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIteratorBase
com.hp.hpl.jena.sparql.engine.iterator.QueryIter
- All Implemented Interfaces:
- QueryIterator, PrintSerializable, Iterator<Binding>, org.openjena.atlas.io.Printable, org.openjena.atlas.lib.Closeable
- Direct Known Subclasses:
- QueryIter1, QueryIter2, QueryIterConcat, QueryIterDefaulting, QueryIterExtendByVar, QueryIterNullIterator, QueryIterPlainWrapper, QueryIterTracked, QueryIterYieldN
public abstract class QueryIter
- extends QueryIteratorBase
This class provides the general machinary for iterators.
| Methods inherited from interface org.openjena.atlas.io.Printable |
output |
QueryIter
public QueryIter(ExecutionContext execCxt)
makeTracked
public static QueryIter makeTracked(QueryIterator qIter,
ExecutionContext execCxt)
materialize
public static QueryIter materialize(QueryIterator qIter,
ExecutionContext execCxt)
close
public final void close()
- Specified by:
close in interface org.openjena.atlas.lib.Closeable- Overrides:
close in class QueryIteratorBase
getExecContext
public ExecutionContext getExecContext()
getIteratorNumber
public int getIteratorNumber()
output
public void output(org.openjena.atlas.io.IndentedWriter out,
SerializationContext sCxt)
Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010 Epimorphics Ltd.