类 StatementTracing
java.lang.Object
org.apache.skywalking.apm.plugin.jdbc.trace.StatementTracing
PreparedStatementTracing create an exit span when the client call the method in the class that extend Statement.-
嵌套类概要
嵌套类 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static <R> Rexecute(Statement realStatement, ConnectionInfo connectInfo, String method, String sql, StatementTracing.Executable<R> exec)
-
构造器详细资料
-
StatementTracing
public StatementTracing()
-
-
方法详细资料
-
execute
public static <R> R execute(Statement realStatement, ConnectionInfo connectInfo, String method, String sql, StatementTracing.Executable<R> exec) throws SQLException - 抛出:
SQLException
-