| Class | Description |
|---|---|
| ConnectionServiceMethodInterceptor |
ConnectionServiceMethodInterceptor create an exit span when the following methods execute:
1. |
| 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 © 2019 The Apache Software Foundation. All rights reserved.