org.openrdf.sail.rdbms.mysql
Class MySqlConnectionFactory

java.lang.Object
  extended by org.openrdf.sail.rdbms.RdbmsConnectionFactory
      extended by org.openrdf.sail.rdbms.mysql.MySqlConnectionFactory

public class MySqlConnectionFactory
extends RdbmsConnectionFactory


Constructor Summary
MySqlConnectionFactory()
           
 
Method Summary
protected  QueryBuilderFactory createQueryBuilderFactory()
           
protected  SelectQueryOptimizerFactory createSelectQueryOptimizerFactory()
           
protected  TableFactory createTableFactory()
           
protected  ValueTableFactory createValueTableFactory()
           
protected  String getFromDummyTable()
          FROM DUAL
 
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
 

Constructor Detail

MySqlConnectionFactory

public MySqlConnectionFactory()
Method Detail

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.