Package org.apache.skywalking.apm.plugin.jdbc.trace
package org.apache.skywalking.apm.plugin.jdbc.trace
-
ClassDescription
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.SWPreparedStatementwrapper thePreparedStatementcreated by client.SWStatementwrapper theStatementcreated by client.