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