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
-
connections
- Keep track of connections, just in case we are interested.
-
mysql
- Locate defaults
-
jdbcMysqlDriver()
-
-
()
- Self instantiation
-
acceptsURL(String)
-
-
connect(String, Properties)
-
-
getMajorVersion()
-
-
getMinorVersion()
-
-
getPropertyInfo(String, Properties)
-
-
jdbcCompliant()
-
connections
static Vector connections
- Keep track of connections, just in case we are interested.
mysql
static jdbcMysqlBase mysql
- Locate defaults
jdbcMysqlDriver
public jdbcMysqlDriver()
static void ()
- Self instantiation
jdbcCompliant
public boolean jdbcCompliant()
getMajorVersion
public int getMajorVersion()
getMinorVersion
public int getMinorVersion()
acceptsURL
public boolean acceptsURL(String url)
getPropertyInfo
public DriverPropertyInfo[] getPropertyInfo(String url,
Properties info) throws SQLException
connect
public Connection connect(String url,
Properties info) throws SQLException
All Packages Class Hierarchy This Package Previous Next Index