public interface OntopStatement extends OBDAStatement
| Modifier and Type | Method and Description |
|---|---|
BooleanResultSet |
executeBooleanQuery(it.unibz.inf.ontop.iq.IQ executableQuery,
QueryLogger queryLogger) |
GraphResultSet |
executeConstructQuery(ConstructTemplate constructTemplate,
it.unibz.inf.ontop.iq.IQ executableQuery,
QueryLogger queryLogger) |
TupleResultSet |
executeSelectQuery(it.unibz.inf.ontop.iq.IQ executableQuery,
QueryLogger queryLogger) |
it.unibz.inf.ontop.iq.IQ |
getExecutableQuery(InputQuery inputQuery) |
String |
getRewritingRendering(InputQuery inputQuery) |
int |
getTupleCount(InputQuery inputQuery) |
cancel, close, execute, execute, getMaxRows, getMoreResults, getQueryTimeout, isClosed, setMaxRows, setQueryTimeoutint getTupleCount(InputQuery inputQuery) throws OntopReformulationException, OntopQueryEvaluationException, OntopConnectionException
String getRewritingRendering(InputQuery inputQuery) throws OntopReformulationException
OntopReformulationExceptionit.unibz.inf.ontop.iq.IQ getExecutableQuery(InputQuery inputQuery) throws OntopReformulationException
OntopReformulationExceptionTupleResultSet executeSelectQuery(it.unibz.inf.ontop.iq.IQ executableQuery, QueryLogger queryLogger) throws OntopQueryEvaluationException
OntopQueryEvaluationExceptionGraphResultSet executeConstructQuery(ConstructTemplate constructTemplate, it.unibz.inf.ontop.iq.IQ executableQuery, QueryLogger queryLogger) throws OntopQueryEvaluationException, OntopResultConversionException, OntopConnectionException
BooleanResultSet executeBooleanQuery(it.unibz.inf.ontop.iq.IQ executableQuery, QueryLogger queryLogger) throws OntopQueryEvaluationException
OntopQueryEvaluationExceptionCopyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.