| Interface | Description |
|---|---|
| CallableStatementTracing.Executable<R> | |
| PreparedStatementTracing.Executable<R> | |
| StatementTracing.Executable<R> |
| Class | Description |
|---|---|
| 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. |
| SWPreparedStatement |
SWPreparedStatement wrapper the PreparedStatement created by client. |
| SWStatement |
SWStatement wrapper the Statement created by client. |
Copyright © 2019 The Apache Software Foundation. All rights reserved.