org.openrdf.sail.rdbms.mysql
Class MySqlConnectionFactory
java.lang.Object
org.openrdf.sail.rdbms.RdbmsConnectionFactory
org.openrdf.sail.rdbms.mysql.MySqlConnectionFactory
public class MySqlConnectionFactory
- extends RdbmsConnectionFactory
| Methods inherited from class org.openrdf.sail.rdbms.RdbmsConnectionFactory |
createConnection, createDatabaseLock, createOptimizer, createTransTableManager, getConnection, getDataSource, getMaxNumberOfTripleTables, getValueFactory, init, isSequenced, isTriplesIndexed, isWritable, setDataSource, setDataSource, setMaxNumberOfTripleTables, setSail, setSequenced, setTriplesIndexed, shutDown |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MySqlConnectionFactory
public MySqlConnectionFactory()
getFromDummyTable
protected String getFromDummyTable()
- Description copied from class:
RdbmsConnectionFactory
- FROM DUAL
- Overrides:
getFromDummyTable in class RdbmsConnectionFactory
- Returns:
- from clause or empty string
createTableFactory
protected TableFactory createTableFactory()
- Overrides:
createTableFactory in class RdbmsConnectionFactory
createValueTableFactory
protected ValueTableFactory createValueTableFactory()
- Overrides:
createValueTableFactory in class RdbmsConnectionFactory
createSelectQueryOptimizerFactory
protected SelectQueryOptimizerFactory createSelectQueryOptimizerFactory()
- Overrides:
createSelectQueryOptimizerFactory in class RdbmsConnectionFactory
createQueryBuilderFactory
protected QueryBuilderFactory createQueryBuilderFactory()
- Overrides:
createQueryBuilderFactory in class RdbmsConnectionFactory
Copyright © 2001-2008 Aduna. All Rights Reserved.