类的使用
com.mysql.cj.jdbc.MysqlPooledConnection
-
使用MysqlPooledConnection的程序包 程序包 说明 com.mysql.cj.jdbc -
-
com.mysql.cj.jdbc中MysqlPooledConnection的使用
com.mysql.cj.jdbc中MysqlPooledConnection的子类 修饰符和类型 类 说明 classMysqlXAConnectionclassSuspendableXAConnection声明为MysqlPooledConnection的com.mysql.cj.jdbc中的字段 修饰符和类型 字段 说明 protected MysqlPooledConnectionWrapperBase. pooledConnectionprotected MysqlPooledConnectionWrapperBase. pooledConnectionprotected MysqlPooledConnectionWrapperBase. pooledConnectionprotected MysqlPooledConnectionWrapperBase. pooledConnection返回MysqlPooledConnection的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 protected static MysqlPooledConnectionMysqlPooledConnection. getInstance(JdbcConnection connection)参数类型为MysqlPooledConnection的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 protected static CallableStatementWrapperCallableStatementWrapper. getInstance(ConnectionWrapper c, MysqlPooledConnection conn, CallableStatement toWrap)protected static ConnectionWrapperConnectionWrapper. getInstance(MysqlPooledConnection mysqlPooledConnection, JdbcConnection mysqlConnection, boolean forXa)protected static PreparedStatementWrapperPreparedStatementWrapper. getInstance(ConnectionWrapper c, MysqlPooledConnection conn, PreparedStatement toWrap)protected static StatementWrapperStatementWrapper. getInstance(ConnectionWrapper c, MysqlPooledConnection conn, Statement toWrap)参数类型为MysqlPooledConnection的com.mysql.cj.jdbc中的构造器 构造器 说明 CallableStatementWrapper(ConnectionWrapper c, MysqlPooledConnection conn, CallableStatement toWrap)ConnectionWrapper(MysqlPooledConnection mysqlPooledConnection, JdbcConnection mysqlConnection, boolean forXa)Construct a new LogicalHandle and set instance variablesStatementWrapper(ConnectionWrapper c, MysqlPooledConnection conn, Statement toWrap)
-