public class EmptyTupleResultSet extends Object implements TupleResultSet
| Constructor and Description |
|---|
EmptyTupleResultSet(com.google.common.collect.ImmutableList<it.unibz.inf.ontop.model.term.Variable> answerVariables) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
int |
getColumnCount() |
int |
getFetchSize() |
List<String> |
getSignature() |
boolean |
hasNext() |
OntopBindingSet |
next() |
public EmptyTupleResultSet(com.google.common.collect.ImmutableList<it.unibz.inf.ontop.model.term.Variable> answerVariables)
public void close()
close in interface OBDAResultSetclose in interface AutoCloseablepublic int getColumnCount()
getColumnCount in interface TupleResultSetpublic int getFetchSize()
getFetchSize in interface TupleResultSetpublic 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–2020 Free University of Bozen-Bolzano. All rights reserved.