com.hp.hpl.jena.sparql.algebra
Interface Table
- All Known Implementing Classes:
- Table1, TableBase, TableData, TableEmpty, TableN, TableUnit
public interface Table
close
void close()
getVars
List<Var> getVars()
getVarNames
List<String> getVarNames()
size
int size()
isEmpty
boolean isEmpty()
iterator
QueryIterator iterator(ExecutionContext execCxt)
rows
Iterator<Binding> rows()
addBinding
void addBinding(Binding binding)
contains
boolean contains(Binding binding)
toResultSet
ResultSet toResultSet()
Licenced under the Apache License, Version 2.0