|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ModelRDB | |
com.hp.hpl.jena.db | A general database backend for persistent storage of jena models. |
Uses of ModelRDB in com.hp.hpl.jena.db |
Methods in com.hp.hpl.jena.db that return ModelRDB | |
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. |
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 ModelRDB |
ModelRDB.create(IDBConnection dbcon,
java.lang.String layoutType,
java.lang.String databaseType)
Deprecated. Since Jena 2.0 this call is no longer needed - it is preferable to specify the database type when constructing the DBConnection and to modify the layout by using the properties in the DBConnection. Then use the call ModelRDB.createModel(IDBConnection) |
static ModelRDB |
ModelRDB.create(IDBConnection dbcon,
java.lang.String databaseType)
Deprecated. Since Jena 2.0 this call is no longer needed - it is preferable to specify the database type when constructing the DBConnection. Then use the call ModelRDB.createModel(IDBConnection) |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |