Uses of Class
dev.jfr4jdbc.interceptor.StatementContext
-
Packages that use StatementContext Package Description dev.jfr4jdbc dev.jfr4jdbc.interceptor dev.jfr4jdbc.interceptor.impl.instant dev.jfr4jdbc.interceptor.impl.legacy dev.jfr4jdbc.interceptor.impl.period -
-
Uses of StatementContext in dev.jfr4jdbc
Methods in dev.jfr4jdbc that return StatementContext Modifier and Type Method Description protected StatementContextJfrStatement42. createContext(String inquiry, boolean isPrepared) -
Uses of StatementContext in dev.jfr4jdbc.interceptor
Methods in dev.jfr4jdbc.interceptor that return types with arguments of type StatementContext Modifier and Type Method Description Interceptor<StatementContext>InterceptorFactory. createStatementInterceptor() -
Uses of StatementContext in dev.jfr4jdbc.interceptor.impl.instant
Methods in dev.jfr4jdbc.interceptor.impl.instant that return types with arguments of type StatementContext Modifier and Type Method Description Interceptor<StatementContext>InstantInterceptorFactory. createStatementInterceptor()Methods in dev.jfr4jdbc.interceptor.impl.instant with parameters of type StatementContext Modifier and Type Method Description voidInstantStatementInterceptor. postInvoke(StatementContext context)voidInstantStatementInterceptor. preInvoke(StatementContext context) -
Uses of StatementContext in dev.jfr4jdbc.interceptor.impl.legacy
Methods in dev.jfr4jdbc.interceptor.impl.legacy that return types with arguments of type StatementContext Modifier and Type Method Description Interceptor<StatementContext>LegacyInterceptorFactory. createStatementInterceptor()Methods in dev.jfr4jdbc.interceptor.impl.legacy with parameters of type StatementContext Modifier and Type Method Description voidLegacyStatementInterceptor. postInvoke(StatementContext context)voidLegacyStatementInterceptor. preInvoke(StatementContext context) -
Uses of StatementContext in dev.jfr4jdbc.interceptor.impl.period
Methods in dev.jfr4jdbc.interceptor.impl.period that return types with arguments of type StatementContext Modifier and Type Method Description Interceptor<StatementContext>PeriodInterceptorFactory. createStatementInterceptor()Methods in dev.jfr4jdbc.interceptor.impl.period with parameters of type StatementContext Modifier and Type Method Description voidPeriodStatementInterceptor. postInvoke(StatementContext context)voidPeriodStatementInterceptor. preInvoke(StatementContext context)
-