MySQL Connector/J size='-1'>5.0.8

org.gjt.mm.mysql
Class Driver

java.lang.Object
  extended bycom.mysql.jdbc.NonRegisteringDriver
      extended bycom.mysql.jdbc.Driver
          extended byorg.gjt.mm.mysql.Driver
All Implemented Interfaces:
java.sql.Driver

public class Driver
extends Driver

Here for backwards compatibility with MM.MySQL

Author:
Mark Matthews

Field Summary
 
Fields inherited from class com.mysql.jdbc.NonRegisteringDriver
DBNAME_PROPERTY_KEY, DEBUG, HOST_NAME_INDEX, HOST_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
 
Methods inherited from class com.mysql.jdbc.NonRegisteringDriver
acceptsURL, connect, 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.

MySQL Connector/J size='-1'>5.0.8