|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.hp.hpl.jena.eyeball.loaders.JDBCLoader
public class JDBCLoader
Answer the RDB model which has the given name in the given database specified by a jdbc URL.
| Constructor Summary | |
|---|---|
JDBCLoader()
|
|
| Method Summary | |
|---|---|
com.hp.hpl.jena.rdf.model.Model |
load(java.lang.String s)
Answer a Jena database model specified by the extended database URL s. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JDBCLoader()
| Method Detail |
|---|
public com.hp.hpl.jena.rdf.model.Model load(java.lang.String s)
s.
s has the form jdbc:DB:head:model.
The prefix jdbc:DB:head is taken to be the URL of the
database connection, and model is the name of a
Jena model in that database. The user and password are taken from the
usual Jena system properties.
load in interface Loader
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||