Class CallableStatementTracing
java.lang.Object
org.apache.skywalking.apm.plugin.jdbc.trace.CallableStatementTracing
CallableStatementTracing create an exit span when the client call the method in the class that extend CallableStatement.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <R> Rexecute(CallableStatement realStatement, ConnectionInfo connectInfo, String method, String sql, CallableStatementTracing.Executable<R> exec)
-
Constructor Details
-
CallableStatementTracing
public CallableStatementTracing()
-
-
Method Details
-
execute
public static <R> R execute(CallableStatement realStatement, ConnectionInfo connectInfo, String method, String sql, CallableStatementTracing.Executable<R> exec) throws SQLException - Throws:
SQLException
-