程序包 org.apache.skywalking.apm.plugin.jdbc
package org.apache.skywalking.apm.plugin.jdbc
-
类类说明
ConnectionServiceMethodInterceptorcreate an exit span when the following methods execute: 1. close 2.JDBCDriverInterceptorsetConnectionInfotoConnectionobject whenDriverto create connection, instead of theConnectioninstance.JDBCPrepareCallInterceptorreturnSWCallableStatementinstance that wrapper the real CallStatement instance when the client callprepareCallmethod.JDBCPrepareStatementInterceptorreturnSWPreparedStatementinstance that wrapper the real PreparedStatement instance when the client callprepareStatementmethod.JDBCStatementInterceptorreturnSWStatementinstance that wrapper the real Statement instance when the client callcreateStatementmethod.Sql body utility