public class PreparedStatementTracing extends Object
PreparedStatementTracing create an exit span when the client call the method in the class that extend PreparedStatement.| 限定符和类型 | 类和说明 |
|---|---|
static interface |
PreparedStatementTracing.Executable<R> |
| 构造器和说明 |
|---|
PreparedStatementTracing() |
| 限定符和类型 | 方法和说明 |
|---|---|
static <R> R |
execute(PreparedStatement realStatement,
ConnectionInfo connectInfo,
String method,
String sql,
PreparedStatementTracing.Executable<R> exec) |
public static <R> R execute(PreparedStatement realStatement, ConnectionInfo connectInfo, String method, String sql, PreparedStatementTracing.Executable<R> exec) throws SQLException
SQLExceptionCopyright © 2018 The Apache Software Foundation. All rights reserved.