All Classes and Interfaces
类
类
说明
CallableInstrumentation define that the mysql-6.x plugin intercepts the following methods in the
com.mysql.jdbc.cj.CallableStatement class:
1. execute 2. executeQuery 3. executeUpdatefor mysql connector java 6.0.4+
for mysql connector java 6.0.2,6.0.3
interceptor the method
ConnectionImpl.getInstance(com.mysql.cj.core.conf.url.HostInfo) for mysql client version 6.xPreparedStatementInstrumentation define that the mysql-6.x plugin intercepts the following methods in the
com.mysql.cj.jdbc.PreparedStatement class:
1. execute 2. executeQuery 3. executeUpdate 4. executeLargeUpdateStatementInstrumentation intercepts the following methods in the com.mysql.jdbc.StatementImpl and
com.mysql.cj.jdbc.StatementImpl class. 1. execute 2. executeQuery 3. executeUpdate 4. executeLargeUpdate 5. addBatch
6. executeBatchInternal 7. executeUpdateInternal 8. executeQuery 9. executeBatch