程序包 com.mysql.jdbc
类 Driver
- java.lang.Object
-
- com.mysql.cj.jdbc.NonRegisteringDriver
-
- com.mysql.cj.jdbc.Driver
-
- com.mysql.jdbc.Driver
-
-
构造器概要
构造器 构造器 说明 Driver()
-
方法概要
-
从类继承的方法 com.mysql.cj.jdbc.NonRegisteringDriver
acceptsURL, connect, getMajorVersion, getMinorVersion, getOSName, getParentLogger, getPlatform, getPropertyInfo, jdbcCompliant
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 java.sql.Driver
acceptsURL, connect, getMajorVersion, getMinorVersion, getParentLogger, getPropertyInfo, jdbcCompliant
-
-
-
-
构造器详细资料
-
Driver
public Driver() throws SQLException- 抛出:
SQLException
-
-