| 接口 | 说明 |
|---|---|
| CallableStatementTracing.Executable<R> | |
| PreparedStatementTracing.Executable<R> | |
| StatementTracing.Executable<R> |
| 类 | 说明 |
|---|---|
| CallableStatementTracing |
CallableStatementTracing create an exit span when the client call the method in the class that extend CallableStatement. |
| ConnectionInfo |
ConnectionInfo stored the jdbc connection info, the connection info contains db type, host, port, database
name. |
| PreparedStatementTracing |
PreparedStatementTracing create an exit span when the client call the method in the class that extend PreparedStatement. |
| StatementTracing |
PreparedStatementTracing create an exit span when the client call the method in the class that extend Statement. |
| SWCallableStatement |
SWCallableStatement wrapper the CallableStatement created by client. and it will interceptor the
following methods for trace.
1. |
| SWPreparedStatement |
SWPreparedStatement wrapper the PreparedStatement created by client. and it will interceptor the
following methods for trace.
1. |
| SWStatement |
SWStatement wrapper the Statement created by client. and it will interceptor the
following methods for trace.
1. |
Copyright © 2018 The Apache Software Foundation. All rights reserved.