类 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.-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <R> Rexecute(CallableStatement realStatement, ConnectionInfo connectInfo, String method, String sql, CallableStatementTracing.Executable<R> exec)
-
构造器详细资料
-
CallableStatementTracing
public CallableStatementTracing()
-
-
方法详细资料
-
execute
public static <R> R execute(CallableStatement realStatement, ConnectionInfo connectInfo, String method, String sql, CallableStatementTracing.Executable<R> exec) throws SQLException - 抛出:
SQLException
-