public class RdbmsConnectionFactory extends Object
| Constructor and Description |
|---|
RdbmsConnectionFactory() |
public void setSail(RdbmsStore sail)
public DataSource getDataSource()
public void setDataSource(DataSource ds)
public void setDataSource(DataSource ds, String user, String password)
public int getMaxNumberOfTripleTables()
public void setMaxNumberOfTripleTables(int max)
public boolean isSequenced()
public void setSequenced(boolean useSequence)
public boolean isTriplesIndexed()
public void setTriplesIndexed(boolean triplesIndexed)
throws SailException
SailExceptionpublic RdbmsValueFactory getValueFactory()
public void init()
throws SailException
SailExceptionpublic boolean isWritable()
throws SailException
SailExceptionpublic SailConnection createConnection() throws SailException
SailExceptionpublic void shutDown()
throws SailException
SailExceptionprotected Lock createDatabaseLock() throws SailException
SailExceptionprotected QueryBuilderFactory createQueryBuilderFactory()
protected ValueTableFactory createValueTableFactory()
protected TableFactory createTableFactory()
protected TransTableManager createTransTableManager()
protected RdbmsQueryOptimizer createOptimizer()
protected SelectQueryOptimizerFactory createSelectQueryOptimizerFactory()
protected String getFromDummyTable()
protected Connection getConnection() throws SQLException
SQLExceptionCopyright © 2001–2015 Aduna. All rights reserved.