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. executeUpdate
for 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.x
 
 
 
PreparedStatementInstrumentation 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. executeLargeUpdate
 
 
StatementInstrumentation 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