All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class twz1.jdbc.mysql.jdbcMysqlDriver

java.lang.Object
   |
   +----twz1.jdbc.mysql.jdbcMysqlDriver

public final class jdbcMysqlDriver
extends Object
implements Driver

Variable Index

 o connections
Keep track of connections, just in case we are interested.
 o mysql
Locate defaults

Constructor Index

 o jdbcMysqlDriver()

Method Index

 o ()
Self instantiation
 o acceptsURL(String)
 o connect(String, Properties)
 o getMajorVersion()
 o getMinorVersion()
 o getPropertyInfo(String, Properties)
 o jdbcCompliant()

Variables

 o connections
 static Vector connections
Keep track of connections, just in case we are interested.

 o mysql
 static jdbcMysqlBase mysql
Locate defaults

Constructors

 o jdbcMysqlDriver
 public jdbcMysqlDriver()

Methods

 o
 static void ()
Self instantiation

 o jdbcCompliant
 public boolean jdbcCompliant()
 o getMajorVersion
 public int getMajorVersion()
 o getMinorVersion
 public int getMinorVersion()
 o acceptsURL
 public boolean acceptsURL(String url)
 o getPropertyInfo
 public DriverPropertyInfo[] getPropertyInfo(String url,
                                             Properties info) throws SQLException
 o connect
 public Connection connect(String url,
                           Properties info) throws SQLException

All Packages  Class Hierarchy  This Package  Previous  Next  Index