java.lang.Object
org.apache.jena.sparql.algebra.table.TableBase
org.apache.jena.sparql.algebra.table.Table1
- All Implemented Interfaces:
Table
A table of one row of one binding
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Table1
-
-
Method Details
-
rows
Description copied from interface:Table
Return a fresh iterator over the whole table. -
iterator
Description copied from interface:Table
Return a QueryIterator over the whole table. -
closeTable
public void closeTable() -
getVars
-
getVarNames
-
size
public int size() -
isEmpty
public boolean isEmpty() -
toString
-