| 类 | 说明 |
|---|---|
| CallableInstrumentation |
CallableInstrumentation define that the mysql-2.x plugin intercepts the following methods in the
com.mysql.jdbc.CallableStatement
1. execute
2. executeQuery
3. executeUpdate |
| ConnectionInstrumentation |
ConnectionInstrumentation intercepts the following methods that the class which extend
com.mysql.jdbc.ConnectionImpl.
1. |
| DriverInstrumentation |
DriverInstrumentation presents that skywalking intercepts Driver. |
| Mysql50ConnectionInstrumentation |
Mysql50ConnectionInstrumentation interceptor the com.mysql.jdbc.Connection class in the 5.0.x verison
of mysql driver jar. |
| Mysql5xConnectionInstrumentation |
Mysql5xConnectionInstrumentation interceptor ConnectionImpl and
com.mysql.jdbc.ConnectionImpl in mysql jdbc driver 5.1 and 5.1+ |
| PreparedStatementInstrumentation |
PreparedStatementInstrumentation define that the mysql-2.x plugin intercepts the following methods in the
com.mysql.jdbc.JDBC42PreparedStatement, com.mysql.jdbc.PreparedStatement and
com.mysql.cj.jdbc.PreparedStatement class:
1. execute
2. executeQuery
3. executeUpdate
4. executeLargeUpdate
5. addBatch |
| StatementInstrumentation |
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 |
Copyright © 2018 The Apache Software Foundation. All rights reserved.