public class DefaultDescribeGraphResultSet extends Object implements GraphResultSet
| Modifier and Type | Class and Description |
|---|---|
protected static class |
DefaultDescribeGraphResultSet.ResultSetIterator |
| Constructor and Description |
|---|
DefaultDescribeGraphResultSet(DescribeQuery describeQuery,
QueryLogger queryLogger,
QueryLogger.Factory queryLoggerFactory,
Evaluator<TupleResultSet,SelectQuery> selectQueryEvaluator,
Evaluator<GraphResultSet,ConstructQuery> constructQueryEvaluator,
OntopConnectionCloseable statementClosingCB) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
OntopCloseableIterator<it.unibz.inf.ontop.spec.ontology.RDFFact,OntopConnectionException> |
iterator() |
it.unibz.inf.ontop.spec.ontology.RDFFact |
next() |
public DefaultDescribeGraphResultSet(DescribeQuery describeQuery, QueryLogger queryLogger, QueryLogger.Factory queryLoggerFactory, Evaluator<TupleResultSet,SelectQuery> selectQueryEvaluator, Evaluator<GraphResultSet,ConstructQuery> constructQueryEvaluator, OntopConnectionCloseable statementClosingCB) throws OntopQueryEvaluationException, OntopConnectionException, OntopReformulationException, OntopResultConversionException
public boolean hasNext()
throws OntopConnectionException,
OntopQueryAnsweringException
hasNext in interface IterativeOBDAResultSet<it.unibz.inf.ontop.spec.ontology.RDFFact,OntopQueryAnsweringException>OntopConnectionExceptionOntopQueryAnsweringExceptionpublic it.unibz.inf.ontop.spec.ontology.RDFFact next()
throws OntopQueryAnsweringException,
OntopConnectionException
next in interface GraphResultSetnext in interface IterativeOBDAResultSet<it.unibz.inf.ontop.spec.ontology.RDFFact,OntopQueryAnsweringException>OntopQueryAnsweringExceptionOntopConnectionExceptionpublic OntopCloseableIterator<it.unibz.inf.ontop.spec.ontology.RDFFact,OntopConnectionException> iterator()
iterator in interface GraphResultSetpublic void close()
throws OntopConnectionException
close in interface OBDAResultSetclose in interface AutoCloseableOntopConnectionExceptionCopyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.