类的使用
com.mysql.cj.jdbc.StatementWrapper
-
使用StatementWrapper的程序包 程序包 说明 com.mysql.cj.jdbc -
-
com.mysql.cj.jdbc中StatementWrapper的使用
com.mysql.cj.jdbc中StatementWrapper的子类 修饰符和类型 类 说明 classCallableStatementWrapperWraps callable statements created by pooled connections.classPreparedStatementWrapperWraps prepared statements so that errors can be reported correctly to ConnectionEventListeners.返回StatementWrapper的com.mysql.cj.jdbc中的方法 修饰符和类型 方法 说明 protected static StatementWrapperStatementWrapper. getInstance(ConnectionWrapper c, MysqlPooledConnection conn, Statement toWrap)
-