public class EmptyTupleResultSet extends Object implements TupleResultSet
| Constructor and Description |
|---|
EmptyTupleResultSet(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<it.unibz.inf.ontop.model.term.Variable> answerVariables,
it.unibz.inf.ontop.answering.logging.QueryLogger queryLogger) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getColumnCount() |
int |
getFetchSize() |
List<String> |
getSignature() |
boolean |
hasNext() |
boolean |
isConnectionAlive() |
OntopBindingSet |
next() |
public EmptyTupleResultSet(it.unibz.inf.ontop.com.google.common.collect.ImmutableList<it.unibz.inf.ontop.model.term.Variable> answerVariables,
it.unibz.inf.ontop.answering.logging.QueryLogger queryLogger)
public void close()
close in interface OBDAResultSetclose in interface AutoCloseablepublic int getColumnCount()
getColumnCount in interface TupleResultSetpublic int getFetchSize()
getFetchSize in interface TupleResultSetpublic boolean isConnectionAlive()
throws OntopConnectionException
isConnectionAlive in interface TupleResultSetOntopConnectionExceptionpublic OntopBindingSet next()
next in interface IterativeOBDAResultSet<OntopBindingSet,OntopResultConversionException>public List<String> getSignature()
getSignature in interface TupleResultSetpublic boolean hasNext()
hasNext in interface IterativeOBDAResultSet<OntopBindingSet,OntopResultConversionException>Copyright © 2009–2021 Free University of Bozen-Bolzano. All rights reserved.