程序包 org.apache.skywalking.apm.plugin.jdbc.mysql.v6.define
package org.apache.skywalking.apm.plugin.jdbc.mysql.v6.define
-
类类说明
CallableInstrumentationdefine that the mysql-6.x plugin intercepts the following methods in the com.mysql.jdbc.cj.CallableStatement class: 1. execute 2. executeQuery 3. executeUpdateinterceptor the methodConnectionImpl.getInstance(com.mysql.cj.core.conf.url.HostInfo)for mysql client version 6.xPreparedStatementInstrumentationdefine 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. executeLargeUpdateStatementInstrumentationintercepts 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