org.openrdf.sail.rdbms.mysql
Class MySqlProvider

java.lang.Object
  extended by org.openrdf.sail.rdbms.mysql.MySqlProvider
All Implemented Interfaces:
RdbmsProvider

public class MySqlProvider
extends Object
implements RdbmsProvider

Checks the database product name and version to be compatible with this Sesame store.

Author:
James Leigh

Constructor Summary
MySqlProvider()
           
 
Method Summary
 RdbmsConnectionFactory createRdbmsConnectionFactory(String dbName, String dbVersion)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MySqlProvider

public MySqlProvider()
Method Detail

createRdbmsConnectionFactory

public RdbmsConnectionFactory createRdbmsConnectionFactory(String dbName,
                                                           String dbVersion)
Specified by:
createRdbmsConnectionFactory in interface RdbmsProvider


Copyright © 2001-2008 Aduna. All Rights Reserved.