Uses of Class
dev.jfr4jdbc.interceptor.StatementContext
-
Packages that use StatementContext Package Description dev.jfr4jdbc dev.jfr4jdbc.interceptor dev.jfr4jdbc.interceptor.impl.legacy -
-
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.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 statementContext)voidLegacyStatementInterceptor. preInvoke(StatementContext context)
-