com.hp.hpl.jena.sparql.algebra.table
Class Table1

java.lang.Object
  extended by com.hp.hpl.jena.sparql.algebra.table.TableBase
      extended by com.hp.hpl.jena.sparql.algebra.table.Table1
All Implemented Interfaces:
Table

public class Table1
extends TableBase

A table of one row of one binding


Constructor Summary
Table1(Var var, com.hp.hpl.jena.graph.Node value)
           
 
Method Summary
 void closeTable()
           
 List<String> getVarNames()
           
 List<Var> getVars()
           
 boolean isEmpty()
           
 QueryIterator iterator(ExecutionContext execCxt)
           
 QueryIterator matchRightLeft(Binding bindingLeft, boolean includeOnNoMatch, ExprList conditions, ExecutionContext execContext)
           
 int size()
           
 String toString()
           
 
Methods inherited from class com.hp.hpl.jena.sparql.algebra.table.TableBase
addBinding, close, contains, equals, eval, hashCode, toResultSet
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Table1

public Table1(Var var,
              com.hp.hpl.jena.graph.Node value)
Method Detail

iterator

public QueryIterator iterator(ExecutionContext execCxt)

matchRightLeft

public QueryIterator matchRightLeft(Binding bindingLeft,
                                    boolean includeOnNoMatch,
                                    ExprList conditions,
                                    ExecutionContext execContext)

closeTable

public void closeTable()

getVars

public List<Var> getVars()

getVarNames

public List<String> getVarNames()

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

toString

public String toString()
Overrides:
toString in class TableBase


Licenced under the Apache License, Version 2.0