Class TableFactory

java.lang.Object
org.apache.jena.sparql.algebra.TableFactory

public class TableFactory extends Object
  • Constructor Details

    • TableFactory

      public TableFactory()
  • Method Details

    • createUnit

      public static Table createUnit()
    • createEmpty

      public static Table createEmpty()
    • create

      public static Table create()
    • create

      public static Table create(List<Var> vars)
    • create

      public static Table create(QueryIterator queryIterator)
    • create

      public static Table create(Var var, org.apache.jena.graph.Node value)
    • create

      public static Table create(RowSet rs)
      Creates a table from the detached bindings of the row set.
    • builder

      public static TableBuilder builder()