@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.
Returns a store-specific SailConnection object.
|
int |
getMaxNumberOfTripleTables()
Deprecated.
|
RdbmsValueFactory |
getValueFactory()
Deprecated.
Gets a ValueFactory object that can be used to create URI-, blank node-,
literal- and statement objects.
|
protected void |
initializeInternal()
Deprecated.
Do store-specific operations to initialize the store.
|
boolean |
isIndexed()
Deprecated.
|
boolean |
isSequenced()
Deprecated.
|
boolean |
isWritable()
Deprecated.
Checks whether this Sail object is writable, i.e.
|
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.
Do store-specific operations to ensure proper shutdown of the store.
|
connectionClosed, debugEnabled, getConnection, getDataDir, initialize, isInitialized, setDataDir, shutDown, toString
public 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
SailException
public boolean isSequenced()
public void setSequenced(boolean useSequence)
protected void initializeInternal() throws SailException
SailBase
initializeInternal
in class SailBase
SailException
public boolean isWritable() throws SailException
Sail
SailException
public RdbmsValueFactory getValueFactory()
Sail
protected SailConnection getConnectionInternal() throws SailException
SailBase
getConnectionInternal
in class SailBase
SailException
protected void shutDownInternal() throws SailException
SailBase
shutDownInternal
in class SailBase
SailException
protected void setConnectionFactory(RdbmsConnectionFactory factory)
protected void setBasicDataSource(org.apache.commons.dbcp.BasicDataSource ds)
Copyright © 2001-2016 Aduna. All Rights Reserved.