com.hp.hpl.jena.sdb.store
Class TupleTable

java.lang.Object
  extended by com.hp.hpl.jena.sdb.store.TupleTable

public class TupleTable
extends Object


Constructor Summary
TupleTable(Store store, String tableName)
           
TupleTable(Store store, TableDesc desc)
           
 
Method Summary
 void dump()
           
 List<com.hp.hpl.jena.sparql.core.Var> getVars()
           
 com.hp.hpl.jena.sparql.engine.QueryIterator iterator()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TupleTable

public TupleTable(Store store,
                  String tableName)

TupleTable

public TupleTable(Store store,
                  TableDesc desc)
Method Detail

getVars

public List<com.hp.hpl.jena.sparql.core.Var> getVars()

iterator

public com.hp.hpl.jena.sparql.engine.QueryIterator iterator()

dump

public void dump()


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.