|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IDBConnection | |
---|---|
com.hp.hpl.jena.assembler | |
com.hp.hpl.jena.db | A general database backend for persistent storage of Jena models. |
com.hp.hpl.jena.rdf.model | A package for creating and manipulating RDF graphs. |
Uses of IDBConnection in com.hp.hpl.jena.assembler |
---|
Methods in com.hp.hpl.jena.assembler that return IDBConnection | |
---|---|
IDBConnection |
ConnectionDescription.getConnection()
Answer the connection specified by the description. |
Uses of IDBConnection in com.hp.hpl.jena.db |
---|
Classes in com.hp.hpl.jena.db that implement IDBConnection | |
---|---|
class |
DBConnection
Encapsulate the specification of a jdbc connection. |
Methods in com.hp.hpl.jena.db that return IDBConnection | |
---|---|
IDBConnection |
ModelRDB.getConnection()
A convenience function to return the connection |
IDBConnection |
GraphRDB.getConnection()
Return the connection |
Methods in com.hp.hpl.jena.db with parameters of type IDBConnection | |
---|---|
static ModelRDB |
ModelRDB.createModel(IDBConnection dbcon)
Create a new default model on an existing database. |
static ModelRDB |
ModelRDB.createModel(IDBConnection dbcon,
Model modelProperties)
Create a new model on an existing database. |
static ModelRDB |
ModelRDB.createModel(IDBConnection dbcon,
java.lang.String name)
Create a new model on an existing database. |
static ModelRDB |
ModelRDB.createModel(IDBConnection dbcon,
java.lang.String name,
Model modelProperties)
Create a new model on an existing database. |
static Model |
ModelRDB.getDefaultModelProperties(IDBConnection dbcon)
Retrieve a default set of model customization properties The returned default set of properties is suitable for use in a call to ModelRDB.create(..., modelProperties); |
static com.hp.hpl.jena.util.iterator.ExtendedIterator<java.lang.String> |
ModelRDB.listModels(IDBConnection dbcon)
List the names of all models stored in the database |
static ModelRDB |
ModelRDB.open(IDBConnection dbcon)
Open the default model from an existing rdf database. |
static ModelRDB |
ModelRDB.open(IDBConnection dbcon,
java.lang.String name)
Open an existing rdf database. |
Constructors in com.hp.hpl.jena.db with parameters of type IDBConnection | |
---|---|
GraphRDB(IDBConnection con,
java.lang.String graphID,
Graph requestedProperties,
int reificationBehaviour,
boolean isNew)
Construct a new GraphRDB |
Uses of IDBConnection in com.hp.hpl.jena.rdf.model |
---|
Methods in com.hp.hpl.jena.rdf.model that return IDBConnection | |
---|---|
static IDBConnection |
ModelFactory.createSimpleRDBConnection()
Answer a plain IDBConnection to a database, with the arguments implicitly supplied by system properties: |
static IDBConnection |
ModelFactory.createSimpleRDBConnection(java.lang.String url,
java.lang.String user,
java.lang.String password,
java.lang.String dbType)
Answer a plain IDBConnection to a database with the given URL, with the given user having the given password. |
Methods in com.hp.hpl.jena.rdf.model with parameters of type IDBConnection | |
---|---|
static ModelMaker |
ModelFactory.createModelRDBMaker(IDBConnection c)
Answer a ModelMaker that accesses database-backed Models on the database at the other end of the connection c with the usual Standard reification style. |
static ModelMaker |
ModelFactory.createModelRDBMaker(IDBConnection c,
ReificationStyle style)
Answer a ModelMaker that accesses database-backed Models on the database at the other end of the connection c with the given reification style. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |