public class QueryExecutionIterated extends QueryExecutionAdapter
timeoutHelper| 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() |
boolean |
execAsk() |
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() |
abort, execConstructTriples, execDescribe, execDescribe, execDescribeTriples, getContext, getDataset, getQuery, getTimeout1, getTimeout2, isClosed, 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 boolean execAsk()
execAsk in interface com.hp.hpl.jena.query.QueryExecutionexecAsk in class QueryExecutionAdapterpublic com.hp.hpl.jena.query.ResultSet execSelect()
execSelect in interface com.hp.hpl.jena.query.QueryExecutionexecSelect in class QueryExecutionAdapterpublic com.hp.hpl.jena.rdf.model.Model execConstruct()
execConstruct in interface com.hp.hpl.jena.query.QueryExecutionexecConstruct in class QueryExecutionAdapterpublic 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 QueryExecutionAdapterpublic void close()
close in interface com.hp.hpl.jena.query.QueryExecutionclose in interface AutoCloseableclose in class QueryExecutionAdapterCopyright © 2015. All rights reserved.