Uses of Class
com.hp.hpl.jena.sdb.store.TableDesc

Packages that use TableDesc
com.hp.hpl.jena.sdb.compiler   
com.hp.hpl.jena.sdb.layout1   
com.hp.hpl.jena.sdb.layout2   
com.hp.hpl.jena.sdb.layout2.hash   
com.hp.hpl.jena.sdb.layout2.index   
com.hp.hpl.jena.sdb.store   
 

Uses of TableDesc in com.hp.hpl.jena.sdb.compiler
 

Subclasses of TableDesc in com.hp.hpl.jena.sdb.compiler
 class PatternTable
          A (description of a) table that holds a cached/optimized version of a pattern.
 

Uses of TableDesc in com.hp.hpl.jena.sdb.layout1
 

Subclasses of TableDesc in com.hp.hpl.jena.sdb.layout1
 class TableDescRDB
           
 class TableDescSPO
           
 

Constructors in com.hp.hpl.jena.sdb.layout1 with parameters of type TableDesc
TupleLoaderSimple(SDBConnection connection, TableDesc tableDesc, EncoderDecoder codec)
           
 

Uses of TableDesc in com.hp.hpl.jena.sdb.layout2
 

Subclasses of TableDesc in com.hp.hpl.jena.sdb.layout2
 class TableDescQuads
           
 class TableDescTriples
           
 

Methods in com.hp.hpl.jena.sdb.layout2 with parameters of type TableDesc
 void LoaderTuplesNodes.addTuple(TableDesc t, com.hp.hpl.jena.graph.Node... nodes)
           
 void LoaderTuplesNodes.deleteTuple(TableDesc t, com.hp.hpl.jena.graph.Node... nodes)
           
 

Constructors in com.hp.hpl.jena.sdb.layout2 with parameters of type TableDesc
TupleLoaderBase(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
 

Uses of TableDesc in com.hp.hpl.jena.sdb.layout2.hash
 

Constructors in com.hp.hpl.jena.sdb.layout2.hash with parameters of type TableDesc
TupleLoaderHashBase(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashDB2(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashDerby(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashH2(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashHSQL(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashMySQL(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashOracle(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashPGSQL(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderHashSQLServer(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderOneHash(SDBConnection connection, TableDesc tableDesc)
           
TupleLoaderOneHash(Store store, TableDesc tableDesc)
           
 

Uses of TableDesc in com.hp.hpl.jena.sdb.layout2.index
 

Constructors in com.hp.hpl.jena.sdb.layout2.index with parameters of type TableDesc
TupleLoaderIndexBase(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexDB2(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexDerby(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexH2(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexHSQL(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexMySQL(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexOracle(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexPGSQL(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderIndexSQLServer(SDBConnection connection, TableDesc tableDesc, int chunkSize)
           
TupleLoaderOneIndex(SDBConnection connection, TableDesc tableDesc)
           
TupleLoaderOneIndex(Store store, TableDesc tableDesc)
           
 

Uses of TableDesc in com.hp.hpl.jena.sdb.store
 

Methods in com.hp.hpl.jena.sdb.store that return TableDesc
 TableDesc TupleLoader.getTableDesc()
          Get the table description
 TableDesc TupleLoaderBase.getTableDesc()
           
 

Methods in com.hp.hpl.jena.sdb.store with parameters of type TableDesc
 void StoreLoaderPlus.addTuple(TableDesc t, com.hp.hpl.jena.graph.Node... nodes)
           
 void StoreLoaderPlus.deleteTuple(TableDesc t, com.hp.hpl.jena.graph.Node... nodes)
           
 void TupleLoader.setTableDesc(TableDesc tableDesc)
          Set table description
 void TupleLoaderBase.setTableDesc(TableDesc tDesc)
           
 

Constructors in com.hp.hpl.jena.sdb.store with parameters of type TableDesc
TupleLoaderOne(SDBConnection connection, TableDesc tableDesc)
           
TupleTable(Store store, TableDesc desc)
           
 



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