java.lang.Object
org.apache.jena.sparql.algebra.table.TableBase
org.apache.jena.sparql.algebra.table.TableUnit
All Implemented Interfaces:
Table

public class TableUnit extends TableBase
  • Constructor Details

    • TableUnit

      public TableUnit()
  • Method Details

    • isTableUnit

      public static boolean isTableUnit(Table table)
    • rows

      public Iterator<Binding> rows()
      Description copied from interface: Table
      Return a fresh iterator over the whole table.
    • iterator

      public QueryIterator iterator(ExecutionContext execCxt)
      Description copied from interface: Table
      Return a QueryIterator over the whole table.
    • closeTable

      public void closeTable()
    • size

      public int size()
      Specified by:
      size in interface Table
      Specified by:
      size in class TableBase
    • isEmpty

      public boolean isEmpty()
      Specified by:
      isEmpty in interface Table
      Specified by:
      isEmpty in class TableBase
    • getVarNames

      public List<String> getVarNames()
    • getVars

      public List<Var> getVars()
    • toString

      public String toString()
      Overrides:
      toString in class TableBase