-
class
class
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
class
interceptor the method ConnectionImpl.getInstance(com.mysql.cj.core.conf.url.HostInfo) for mysql client version 6.x
class
class
class
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
class
class
class
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