Package com.mysql.jdbc
Class Driver
java.lang.Object
com.mysql.cj.jdbc.NonRegisteringDriver
com.mysql.cj.jdbc.Driver
com.mysql.jdbc.Driver
- All Implemented Interfaces:
java.sql.Driver
public class Driver extends Driver
Backwards compatibility to support apps that call
Class.forName("com.mysql.jdbc.Driver");
.-
Field Summary
-
Constructor Summary
Constructors Constructor Description Driver()
-
Method Summary
Methods inherited from class com.mysql.cj.jdbc.NonRegisteringDriver
acceptsURL, connect, getMajorVersion, getMinorVersion, getOSName, getParentLogger, getPlatform, getPropertyInfo, jdbcCompliant
-
Constructor Details
-
Driver
public Driver() throws java.sql.SQLException- Throws:
java.sql.SQLException
-