| 类 | 说明 |
|---|---|
| ConnectionServiceMethodInterceptor |
ConnectionServiceMethodInterceptor create an exit span when the following methods execute:
1. close
2. rollback
3. releaseSavepoint
4. commit |
| JDBCDriverInterceptor |
JDBCDriverInterceptor set ConnectionInfo to Connection object when Driver to create connection, instead of the Connection instance. |
| JDBCPrepareCallInterceptor |
JDBCPrepareCallInterceptor return SWCallableStatement instance that wrapper the real CallStatement
instance when the client call prepareCall method. |
| JDBCPrepareStatementInterceptor |
JDBCPrepareStatementInterceptor return SWPreparedStatement instance that wrapper the real
PreparedStatement instance when the client call prepareStatement method. |
| JDBCStatementInterceptor |
JDBCStatementInterceptor return SWStatement instance that wrapper the real Statement instance when
the client call createStatement method. |
Copyright © 2018 The Apache Software Foundation. All rights reserved.