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
SailException
public RdbmsValueFactory getValueFactory()
public void init() throws SailException
SailException
public boolean isWritable() throws SailException
SailException
public SailConnection createConnection() throws SailException
SailException
public void shutDown() throws SailException
SailException
protected Lock createDatabaseLock() throws SailException
SailException
protected 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
SQLException
Copyright © 2001-2016 Aduna. All Rights Reserved.