程序包 org.apache.skywalking.apm.plugin.jdbc.trace
package org.apache.skywalking.apm.plugin.jdbc.trace
-
类说明
CallableStatementTracingcreate an exit span when the client call the method in the class that extendCallableStatement.ConnectionInfostored the jdbc connection info, the connection info contains db type, host, port, database name.PreparedStatementTracingcreate an exit span when the client call the method in the class that extendPreparedStatement.PreparedStatementTracingcreate an exit span when the client call the method in the class that extendStatement.SWCallableStatementwrapper theCallableStatementcreated by client. and it will interceptor the following methods for trace. 1.SWPreparedStatementwrapper thePreparedStatementcreated by client. and it will interceptor the following methods for trace. 1.SWStatementwrapper theStatementcreated by client. and it will interceptor the following methods for trace. 1.