类 PreparedStatementInstrumentation
java.lang.Object
org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassEnhancePluginDefine
org.apache.skywalking.apm.plugin.jdbc.mysql.v6.define.AbstractMysqlInstrumentation
org.apache.skywalking.apm.plugin.jdbc.mysql.v6.define.PreparedStatementInstrumentation
- 直接已知子类:
PreparedStatementIgnoredSetterInstrumentation,PreparedStatementNullSetterInstrumentation,PreparedStatementSetterInstrumentation
PreparedStatementInstrumentation define that the mysql-6.x plugin intercepts the following methods in the
com.mysql.cj.jdbc.PreparedStatement class:
1. execute 2. executeQuery 3. executeUpdate 4. executeLargeUpdate-
字段概要
字段从类继承的字段 org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
CONTEXT_ATTR_NAME -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明protected org.apache.skywalking.apm.agent.core.plugin.match.ClassMatchfinal org.apache.skywalking.apm.agent.core.plugin.interceptor.ConstructorInterceptPoint[]org.apache.skywalking.apm.agent.core.plugin.interceptor.InstanceMethodsInterceptPoint[]从类继承的方法 org.apache.skywalking.apm.plugin.jdbc.mysql.v6.define.AbstractMysqlInstrumentation
getStaticMethodsInterceptPoints, witnessClasses从类继承的方法 org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassEnhancePluginDefine
enhanceClass, enhanceInstance, getInstanceMethodsInterceptV2Points, getStaticMethodsInterceptV2Points从类继承的方法 org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
define, enhance, isBootstrapInstrumentation, witnessMethods
-
字段详细资料
-
构造器详细资料
-
PreparedStatementInstrumentation
public PreparedStatementInstrumentation()
-
-
方法详细资料
-
getConstructorsInterceptPoints
public final org.apache.skywalking.apm.agent.core.plugin.interceptor.ConstructorInterceptPoint[] getConstructorsInterceptPoints() -
getInstanceMethodsInterceptPoints
public org.apache.skywalking.apm.agent.core.plugin.interceptor.InstanceMethodsInterceptPoint[] getInstanceMethodsInterceptPoints() -
enhanceClass
protected org.apache.skywalking.apm.agent.core.plugin.match.ClassMatch enhanceClass()- 指定者:
enhanceClass在类中org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine
-