|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.mkdoc.store.AbstractDatabaseStoreManager
Manage RDF resources stored in a Sesame database repository.
Field Summary | |
static java.lang.String |
DB_NAME
The database name key. |
static java.lang.String |
DB_PASS
The database password key. |
static java.lang.String |
DB_USER
The database user key. |
static java.lang.String |
DB_VENDOR
The database vendor key. |
static java.lang.String |
MYSQL
The MySQL database vendor name. |
private static java.lang.String |
MYSQL_DRIVER
The MySQL database driver class name. |
private static java.lang.String |
MYSQL_PREFIX
The MySQL database URL prefix. |
static java.lang.String |
PGSQL
The PostgreSQL database vendor name. |
private static java.lang.String |
PGSQL_DRIVER
The PostgreSQL database driver class name. |
private static java.lang.String |
PGSQL_PREFIX
The PostgreSQL database URL prefix. |
protected org.openrdf.sesame.repository.SesameRepository |
repository
The Sesame repository. |
Constructor Summary | |
AbstractDatabaseStoreManager()
|
Method Summary | |
protected java.lang.String |
configureRepository(ApplicationContext context)
Configure the database from the plugin property set. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String DB_VENDOR
public static final java.lang.String DB_NAME
public static final java.lang.String DB_USER
public static final java.lang.String DB_PASS
public static final java.lang.String PGSQL
private static final java.lang.String PGSQL_DRIVER
private static final java.lang.String PGSQL_PREFIX
public static final java.lang.String MYSQL
private static final java.lang.String MYSQL_DRIVER
private static final java.lang.String MYSQL_PREFIX
protected org.openrdf.sesame.repository.SesameRepository repository
Constructor Detail |
public AbstractDatabaseStoreManager()
Method Detail |
protected final java.lang.String configureRepository(ApplicationContext context)
context
- The application context for the store.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |