org.gjt.mm.mysql
Class Driver

java.lang.Object
  extended by com.mysql.jdbc.NonRegisteringDriver
      extended by com.mysql.jdbc.Driver
          extended by org.gjt.mm.mysql.Driver
All Implemented Interfaces:
java.sql.Driver

public class Driver
extends Driver

Here for backwards compatibility with MM.MySQL


Field Summary
 
Fields inherited from class com.mysql.jdbc.NonRegisteringDriver
DBNAME_PROPERTY_KEY, DEBUG, HOST_NAME_INDEX, HOST_PROPERTY_KEY, NUM_HOSTS_PROPERTY_KEY, PASSWORD_PROPERTY_KEY, PORT_NUMBER_INDEX, PORT_PROPERTY_KEY, PROPERTIES_TRANSFORM_KEY, TRACE, USE_CONFIG_PROPERTY_KEY, USER_PROPERTY_KEY
 
Constructor Summary
Driver()
          Creates a new instance of Driver
 
Method Summary
 
Methods inherited from class com.mysql.jdbc.NonRegisteringDriver
acceptsURL, connect, connectReplicationConnection, database, getMajorVersion, getMinorVersion, getPropertyInfo, host, jdbcCompliant, parseHostPortPair, parseURL, port, property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.sql.Driver
acceptsURL, connect, getMajorVersion, getMinorVersion, getPropertyInfo, jdbcCompliant
 

Constructor Detail

Driver

public Driver()
       throws java.sql.SQLException
Creates a new instance of Driver

Throws:
java.sql.SQLException - if a database error occurs.