|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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(java.lang.String filename)
|
| Methods in com.hp.hpl.jena.sdb with parameters of type StoreDesc | |
|---|---|
static com.hp.hpl.jena.query.Dataset |
SDBFactory.connectDataset(java.sql.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(com.hp.hpl.jena.sdb.sql.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(java.sql.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(com.hp.hpl.jena.sdb.sql.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,
java.lang.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,
java.lang.String iri)
Connect to the named model in a store |
static Store |
SDBFactory.connectStore(java.sql.Connection sqlConnection,
StoreDesc desc)
Connect to a store, based on an existing JDBC connection and a store description. |
static Store |
SDBFactory.connectStore(com.hp.hpl.jena.sdb.sql.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. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||