Class 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.-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <R> Rexecute(Statement realStatement, ConnectionInfo connectInfo, String method, String sql, StatementTracing.Executable<R> exec)
-
Constructor Details
-
StatementTracing
public StatementTracing()
-
-
Method Details
-
execute
public static <R> R execute(Statement realStatement, ConnectionInfo connectInfo, String method, String sql, StatementTracing.Executable<R> exec) throws SQLException - Throws:
SQLException
-