类的使用
com.mysql.cj.jdbc.ConnectionWrapper
-
使用ConnectionWrapper的程序包 程序包 说明 com.mysql.cj.jdbc -
-
com.mysql.cj.jdbc中ConnectionWrapper的使用
声明为ConnectionWrapper的com.mysql.cj.jdbc中的字段 修饰符和类型 字段 说明 protected ConnectionWrapperStatementWrapper. wrappedConn返回ConnectionWrapper的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 protected static ConnectionWrapperConnectionWrapper. getInstance(MysqlPooledConnection mysqlPooledConnection, JdbcConnection mysqlConnection, boolean forXa)参数类型为ConnectionWrapper的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 protected static CallableStatementWrapperCallableStatementWrapper. getInstance(ConnectionWrapper c, MysqlPooledConnection conn, CallableStatement toWrap)protected static PreparedStatementWrapperPreparedStatementWrapper. getInstance(ConnectionWrapper c, MysqlPooledConnection conn, PreparedStatement toWrap)protected static StatementWrapperStatementWrapper. getInstance(ConnectionWrapper c, MysqlPooledConnection conn, Statement toWrap)参数类型为ConnectionWrapper的com.mysql.cj.jdbc中的构造器 构造器 说明 CallableStatementWrapper(ConnectionWrapper c, MysqlPooledConnection conn, CallableStatement toWrap)StatementWrapper(ConnectionWrapper c, MysqlPooledConnection conn, Statement toWrap)
-