接口的使用
com.mysql.cj.MysqlConnection
-
使用MysqlConnection的程序包 程序包 说明 com.mysql.cj com.mysql.cj.interceptors com.mysql.cj.jdbc com.mysql.cj.jdbc.ha com.mysql.cj.jdbc.interceptors com.mysql.cj.protocol -
-
com.mysql.cj中MysqlConnection的使用
参数类型为MysqlConnection的com.mysql.cj中的方法 修饰符和类型 方法 说明 QueryInterceptorNoSubInterceptorWrapper. init(MysqlConnection conn, Properties props, Log log) -
com.mysql.cj.interceptors中MysqlConnection的使用
参数类型为MysqlConnection的com.mysql.cj.interceptors中的方法 修饰符和类型 方法 说明 QueryInterceptorQueryInterceptor. init(MysqlConnection conn, Properties props, Log log)Called once per connection that wants to use the interceptor The properties are the same ones passed in in the URL or arguments to Driver.connect() or DriverManager.getConnection(). -
com.mysql.cj.jdbc中MysqlConnection的使用
com.mysql.cj.jdbc中MysqlConnection的子接口 修饰符和类型 接口 说明 interfaceJdbcConnectionThis interface contains methods that are considered the "vendor extension" to the JDBC API for MySQL's implementation of java.sql.Connection.实现MysqlConnection的com.mysql.cj.jdbc中的类 修饰符和类型 类 说明 classConnectionImplA Connection represents a session with a specific database.classConnectionWrapperThis class serves as a wrapper for the connection object.参数类型为MysqlConnection的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 protected static voidAbandonedConnectionCleanupThread. trackConnection(MysqlConnection conn, NetworkResources io)Tracks the finalization of aMysqlConnectionobject and keeps a reference to itsNetworkResourcesso that they can be later released. -
com.mysql.cj.jdbc.ha中MysqlConnection的使用
com.mysql.cj.jdbc.ha中MysqlConnection的子接口 修饰符和类型 接口 说明 interfaceLoadBalancedConnectioninterfaceReplicationConnection实现MysqlConnection的com.mysql.cj.jdbc.ha中的类 修饰符和类型 类 说明 classLoadBalancedMySQLConnectionclassMultiHostMySQLConnectionEach instance of MultiHostMySQLConnection is coupled with a MultiHostConnectionProxy instance.classReplicationMySQLConnection参数类型为MysqlConnection的com.mysql.cj.jdbc.ha中的方法 修饰符和类型 方法 说明 QueryInterceptorLoadBalancedAutoCommitInterceptor. init(MysqlConnection connection, Properties props, Log log) -
com.mysql.cj.jdbc.interceptors中MysqlConnection的使用
参数类型为MysqlConnection的com.mysql.cj.jdbc.interceptors中的方法 修饰符和类型 方法 说明 ConnectionLifecycleInterceptorConnectionLifecycleInterceptor. init(MysqlConnection conn, Properties props, Log log)Called once per connection that wants to use the extension The properties are the same ones passed in in the URL or arguments to Driver.connect() or DriverManager.getConnection().QueryInterceptorResultSetScannerInterceptor. init(MysqlConnection conn, Properties props, Log log)QueryInterceptorServerStatusDiffInterceptor. init(MysqlConnection conn, Properties props, Log l)QueryInterceptorSessionAssociationInterceptor. init(MysqlConnection conn, Properties props, Log log) -
com.mysql.cj.protocol中MysqlConnection的使用
返回MysqlConnection的com.mysql.cj.protocol中的方法 修饰符和类型 方法 说明 MysqlConnectionResultsetRowsOwner. getConnection()
-