Uses of Interface
com.hp.hpl.jena.sdb.store.StoreLoader

Packages that use StoreLoader
com.hp.hpl.jena.sdb   
com.hp.hpl.jena.sdb.graph   
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 StoreLoader in com.hp.hpl.jena.sdb
 

Methods in com.hp.hpl.jena.sdb that return StoreLoader
 StoreLoader Store.getLoader()
          Return the (bulk) loader
 

Uses of StoreLoader in com.hp.hpl.jena.sdb.graph
 

Methods in com.hp.hpl.jena.sdb.graph that return StoreLoader
 StoreLoader GraphSDB.getBulkLoader()
           
 

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

Methods in com.hp.hpl.jena.sdb.layout1 that return StoreLoader
 StoreLoader StoreBase1.getLoader()
           
 

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

Classes in com.hp.hpl.jena.sdb.layout2 that implement StoreLoader
 class LoaderTuplesNodes
           
 

Methods in com.hp.hpl.jena.sdb.layout2 that return StoreLoader
 StoreLoader StoreBase.getLoader()
           
 

Constructors in com.hp.hpl.jena.sdb.layout2 with parameters of type StoreLoader
StoreBase(SDBConnection connection, StoreDesc desc, StoreFormatter formatter, StoreLoader loader, QueryCompilerFactory compilerF, SQLBridgeFactory sqlBridgeF, SQLGenerator sqlGenerator, TableDescTriples tripleTableDesc, TableDescQuads quadTableDesc, TableDescNodes nodeTableDesc)
           
 

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

Constructors in com.hp.hpl.jena.sdb.layout2.hash with parameters of type StoreLoader
StoreBaseHash(SDBConnection connection, StoreDesc desc, StoreFormatter formatter, StoreLoader loader, QueryCompilerFactory compilerF, SQLBridgeFactory sqlBridgeF, SQLGenerator sqlGenerator)
           
 

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

Constructors in com.hp.hpl.jena.sdb.layout2.index with parameters of type StoreLoader
StoreBaseIndex(SDBConnection connection, StoreDesc desc, StoreFormatter formatter, StoreLoader loader, QueryCompilerFactory compilerF, SQLBridgeFactory sqlBridgeF, SQLGenerator sqlGenerator)
           
 

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

Subinterfaces of StoreLoader in com.hp.hpl.jena.sdb.store
 interface StoreLoaderPlus
           
 

Classes in com.hp.hpl.jena.sdb.store that implement StoreLoader
 class TupleGraphLoader
          Adapter from a tuple loader to a graph loader.
 

Constructors in com.hp.hpl.jena.sdb.store with parameters of type StoreLoader
StoreBaseH2(SDBConnection connection, StoreDesc desc, StoreFormatter formatter, StoreLoader loader, QueryCompilerFactory compilerF, SQLBridgeFactory sqlBridgeF, TableDescTriples tripleTableDesc, TableDescQuads quadTableDesc, TableDescNodes nodeTableDesc)
           
StoreBaseHSQL(SDBConnection connection, StoreDesc desc, StoreFormatter formatter, StoreLoader loader, QueryCompilerFactory compilerF, SQLBridgeFactory sqlBridgeF, TableDescTriples tripleTableDesc, TableDescQuads quadTableDesc, TableDescNodes nodeTableDesc)
           
 



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