@Deprecated public class RdbmsStore extends SailBase
connectionTimeOut, DEFAULT_CONNECTION_TIMEOUT, initializationLock, logger| Constructor and Description |
|---|
RdbmsStore()
Deprecated.
|
RdbmsStore(String url)
Deprecated.
Creates a new RDBMS RDF Store using the provided database connection.
|
RdbmsStore(String jdbcDriver,
String jdbcUrl)
Deprecated.
Creates a new RDBMS RDF Store using the provided database connection.
|
RdbmsStore(String url,
String user,
String password)
Deprecated.
Creates a new RDBMS RDF Store using the provided database connection.
|
RdbmsStore(String jdbcDriver,
String jdbcUrl,
String user,
String password)
Deprecated.
Creates a new RDBMS RDF Store using the provided database connection.
|
| Modifier and Type | Method and Description |
|---|---|
protected SailConnection |
getConnectionInternal()
Deprecated.
|
int |
getMaxNumberOfTripleTables()
Deprecated.
|
RdbmsValueFactory |
getValueFactory()
Deprecated.
|
protected void |
initializeInternal()
Deprecated.
|
boolean |
isIndexed()
Deprecated.
|
boolean |
isSequenced()
Deprecated.
|
boolean |
isWritable()
Deprecated.
|
protected void |
setBasicDataSource(org.apache.commons.dbcp.BasicDataSource ds)
Deprecated.
|
protected void |
setConnectionFactory(RdbmsConnectionFactory factory)
Deprecated.
|
void |
setIndexed(boolean indexed)
Deprecated.
|
void |
setMaxNumberOfTripleTables(int max)
Deprecated.
|
void |
setSequenced(boolean useSequence)
Deprecated.
|
protected void |
shutDownInternal()
Deprecated.
|
connectionClosed, debugEnabled, getConnection, getDataDir, initialize, isInitialized, setDataDir, shutDown, toStringpublic RdbmsStore()
public RdbmsStore(String url)
url - JDNI url of a DataSourcepublic RdbmsStore(String url, String user, String password)
url - JDNI url of a DataSourceuser - password - public RdbmsStore(String jdbcDriver, String jdbcUrl)
jdbcDriver - jdbcUrl - public int getMaxNumberOfTripleTables()
public void setMaxNumberOfTripleTables(int max)
public boolean isIndexed()
public void setIndexed(boolean indexed)
throws SailException
SailExceptionpublic boolean isSequenced()
public void setSequenced(boolean useSequence)
protected void initializeInternal()
throws SailException
initializeInternal in class SailBaseSailExceptionpublic boolean isWritable()
throws SailException
SailExceptionpublic RdbmsValueFactory getValueFactory()
protected SailConnection getConnectionInternal() throws SailException
getConnectionInternal in class SailBaseSailExceptionprotected void shutDownInternal()
throws SailException
shutDownInternal in class SailBaseSailExceptionprotected void setConnectionFactory(RdbmsConnectionFactory factory)
protected void setBasicDataSource(org.apache.commons.dbcp.BasicDataSource ds)
Copyright © 2001-2014 Aduna. All Rights Reserved.