public class QueryExecutionIterated extends QueryExecutionStreamingDecorator
decoratee| Constructor and Description |
|---|
QueryExecutionIterated(QueryExecutionFactory factory,
Iterator<com.hp.hpl.jena.query.Query> queryIterator) |
QueryExecutionIterated(QueryExecutionFactory factory,
Iterator<com.hp.hpl.jena.query.Query> queryIterator,
boolean stopOnEmptyResult) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
com.hp.hpl.jena.rdf.model.Model |
execConstruct() |
com.hp.hpl.jena.rdf.model.Model |
execConstruct(com.hp.hpl.jena.rdf.model.Model result) |
com.hp.hpl.jena.query.ResultSet |
execSelect() |
execConstructStreaming, execDescribeStreamingabort, execAsk, execDescribe, execDescribe, getContext, getDataset, getDecoratee, getQuery, setDecoratee, setFileManager, setInitialBinding, setTimeout, setTimeout, setTimeout, setTimeoutpublic QueryExecutionIterated(QueryExecutionFactory factory, Iterator<com.hp.hpl.jena.query.Query> queryIterator)
public QueryExecutionIterated(QueryExecutionFactory factory, Iterator<com.hp.hpl.jena.query.Query> queryIterator, boolean stopOnEmptyResult)
public com.hp.hpl.jena.query.ResultSet execSelect()
execSelect in interface com.hp.hpl.jena.query.QueryExecutionexecSelect in class QueryExecutionDecoratorBase<QueryExecutionStreaming>public com.hp.hpl.jena.rdf.model.Model execConstruct()
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionexecConstruct in class QueryExecutionDecoratorBase<QueryExecutionStreaming>public com.hp.hpl.jena.rdf.model.Model execConstruct(com.hp.hpl.jena.rdf.model.Model result)
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionexecConstruct in class QueryExecutionDecoratorBase<QueryExecutionStreaming>public void close()
close in interface com.hp.hpl.jena.query.QueryExecutionclose in class QueryExecutionDecoratorBase<QueryExecutionStreaming>Copyright © 2014. All rights reserved.