Uses of Class
com.hp.hpl.jena.sdb.StoreDesc

Packages that use StoreDesc
com.hp.hpl.jena.sdb   
com.hp.hpl.jena.sdb.assembler   
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   
sdb.cmd   
 

Uses of StoreDesc in com.hp.hpl.jena.sdb
 

Methods in com.hp.hpl.jena.sdb that return StoreDesc
static StoreDesc StoreDesc.read(com.hp.hpl.jena.rdf.model.Model m)
           
static StoreDesc StoreDesc.read(com.hp.hpl.jena.rdf.model.Resource r)
           
static StoreDesc StoreDesc.read(String filename)
           
 

Methods in com.hp.hpl.jena.sdb with parameters of type StoreDesc
static com.hp.hpl.jena.query.Dataset SDBFactory.connectDataset(Connection jdbcConnection, StoreDesc desc)
          Connect to the RDF dataset in a store, using existing JDBC connection and a store description.
static com.hp.hpl.jena.query.Dataset SDBFactory.connectDataset(SDBConnection sdbConnection, StoreDesc desc)
          Connect to the RDF dataset in a store, using existing SDBConnection and a store description.
static com.hp.hpl.jena.query.Dataset SDBFactory.connectDataset(StoreDesc desc)
          Connect to the RDF dataset in a store.
static com.hp.hpl.jena.graph.Graph SDBFactory.connectDefaultGraph(StoreDesc desc)
          Connect to the default graph in a store, based on a Store description.
static com.hp.hpl.jena.rdf.model.Model SDBFactory.connectDefaultModel(StoreDesc desc)
          Connect to the default model in a store
static com.hp.hpl.jena.update.GraphStore SDBFactory.connectGraphStore(Connection jdbcConnection, StoreDesc desc)
          Connect to the store as a GraphStore, using existing JDBC connection and a store description.
static com.hp.hpl.jena.update.GraphStore SDBFactory.connectGraphStore(SDBConnection sdbConnection, StoreDesc desc)
          Connect to the store as a GraphStore, using existing SDBConnection and a store description.
static com.hp.hpl.jena.update.GraphStore SDBFactory.connectGraphStore(StoreDesc desc)
          Connect to the store as a GraphStore.
static com.hp.hpl.jena.graph.Graph SDBFactory.connectNamedGraph(StoreDesc desc, com.hp.hpl.jena.graph.Node node)
          Connect to a named graph in a store, based on a store description.
static com.hp.hpl.jena.graph.Graph SDBFactory.connectNamedGraph(StoreDesc desc, String iri)
          Connect to a named graph in a store, based on a store description.
static com.hp.hpl.jena.rdf.model.Model SDBFactory.connectNamedModel(StoreDesc desc, com.hp.hpl.jena.rdf.model.Resource resource)
          Connect to the named model in a store
static com.hp.hpl.jena.rdf.model.Model SDBFactory.connectNamedModel(StoreDesc desc, String iri)
          Connect to the named model in a store
static Store SDBFactory.connectStore(Connection sqlConnection, StoreDesc desc)
          Connect to a store, based on an existing JDBC connection and a store description.
static Store SDBFactory.connectStore(SDBConnection sdbConnection, StoreDesc desc)
          Connect to a store, based on an existing SDB connection and a store description.
static Store SDBFactory.connectStore(StoreDesc desc)
          Connect to a store, based on a store description.
 

Uses of StoreDesc in com.hp.hpl.jena.sdb.assembler
 

Methods in com.hp.hpl.jena.sdb.assembler that return StoreDesc
 StoreDesc StoreDescAssembler.open(com.hp.hpl.jena.assembler.Assembler a, com.hp.hpl.jena.rdf.model.Resource root, com.hp.hpl.jena.assembler.Mode mode)
           
 StoreDesc DatasetStoreAssembler.openStore(com.hp.hpl.jena.assembler.Assembler a, com.hp.hpl.jena.rdf.model.Resource root, com.hp.hpl.jena.assembler.Mode mode)
          Get the StoreDesc for this dataset
 

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

Constructors in com.hp.hpl.jena.sdb.layout1 with parameters of type StoreDesc
StoreBase1(SDBConnection connection, StoreDesc desc, StoreFormatter formatter, TupleLoaderSimple loader, QueryCompilerFactory compilerF, SQLBridgeFactory sqlBridgeF, SQLGenerator sqlGenerator, TableDescTriples tripleTable)
           
StoreRDB(StoreDesc desc, com.hp.hpl.jena.db.ModelRDB model)
           
StoreSimpleDB2(SDBConnection connection, StoreDesc desc)
           
StoreSimpleDerby(SDBConnection connection, StoreDesc desc)
           
StoreSimpleH2(SDBConnection connection, StoreDesc desc)
           
StoreSimpleHSQL(SDBConnection sdb, StoreDesc desc)
           
StoreSimpleMySQL(SDBConnection connection, StoreDesc desc)
           
StoreSimpleMySQL(SDBConnection connection, StoreDesc desc, MySQLEngineType engineType)
           
StoreSimpleOracle(SDBConnection connection, StoreDesc desc)
           
StoreSimplePGSQL(SDBConnection connection, StoreDesc desc)
           
StoreSimpleSQLServer(SDBConnection connection, StoreDesc desc)
           
 

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

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

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

Constructors in com.hp.hpl.jena.sdb.layout2.hash with parameters of type StoreDesc
StoreBaseHash(SDBConnection connection, StoreDesc desc, StoreFormatter formatter, StoreLoader loader, QueryCompilerFactory compilerF, SQLBridgeFactory sqlBridgeF, SQLGenerator sqlGenerator)
           
StoreTriplesNodesHashDB2(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesHashDerby(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesHashH2(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesHashHSQL(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesHashMySQL(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesHashMySQL(SDBConnection connection, StoreDesc desc, MySQLEngineType tableType)
           
StoreTriplesNodesHashOracle(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesHashPGSQL(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesHashSQLServer(SDBConnection connection, StoreDesc desc)
           
 

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

Constructors in com.hp.hpl.jena.sdb.layout2.index with parameters of type StoreDesc
StoreBaseIndex(SDBConnection connection, StoreDesc desc, StoreFormatter formatter, StoreLoader loader, QueryCompilerFactory compilerF, SQLBridgeFactory sqlBridgeF, SQLGenerator sqlGenerator)
           
StoreTriplesNodesIndexDB2(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesIndexDerby(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesIndexH2(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesIndexHSQL(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesIndexMySQL(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesIndexMySQL(SDBConnection connection, StoreDesc desc, MySQLEngineType tableType)
           
StoreTriplesNodesIndexOracle(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesIndexPGSQL(SDBConnection connection, StoreDesc desc)
           
StoreTriplesNodesIndexSQLServer(SDBConnection connection, StoreDesc desc)
           
 

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

Methods in com.hp.hpl.jena.sdb.store with parameters of type StoreDesc
 Store StoreMaker.create(SDBConnection conn, StoreDesc desc)
          Make a new store object
static Store StoreFactory.create(StoreDesc desc)
          Create a store, based on the store description.
static Store StoreFactory.create(StoreDesc desc, SDBConnection sdb)
          Create a store, based on the store description and connection.
 

Constructors in com.hp.hpl.jena.sdb.store with parameters of type StoreDesc
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)
           
 

Uses of StoreDesc in sdb.cmd
 

Methods in sdb.cmd that return StoreDesc
 StoreDesc ModStore.getStoreDesc()
           
 



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