java.lang.Object
org.apache.jena.sparql.algebra.table.TableBase
org.apache.jena.sparql.algebra.table.TableEmpty
- All Implemented Interfaces:
Table
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
getVars()
boolean
isEmpty()
static boolean
isTableEmpty
(Table table) iterator
(ExecutionContext execCxt) Return a QueryIterator over the whole table.rows()
Return a fresh iterator over the whole table.int
size()
toString()
-
Constructor Details
-
TableEmpty
public TableEmpty()
-
-
Method Details
-
isTableEmpty
-
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. -
contains
-
closeTable
public void closeTable() -
getVarNames
-
getVars
-
toString
-
size
public int size() -
isEmpty
public boolean isEmpty()
-