Interface Table

All Known Implementing Classes:
Table1, TableBase, TableData, TableEmpty, TableN, TableUnit

public interface Table
  • Method Details

    • close

      void close()
    • getVars

      List<Var> getVars()
    • getVarNames

      List<String> getVarNames()
    • size

      int size()
    • isEmpty

      boolean isEmpty()
    • iterator

      QueryIterator iterator(ExecutionContext execCxt)
      Return a QueryIterator over the whole table.
    • rows

      Iterator<Binding> rows()
      Return a fresh iterator over the whole table.
    • addBinding

      void addBinding(Binding binding)
    • contains

      boolean contains(Binding binding)
    • toRowSet

      RowSet toRowSet()