Uses of Class
dev.jfr4jdbc.interceptor.ResultSetContext
-
Packages that use ResultSetContext Package Description dev.jfr4jdbc.interceptor dev.jfr4jdbc.interceptor.impl.instant dev.jfr4jdbc.interceptor.impl.legacy dev.jfr4jdbc.interceptor.impl.period -
-
Uses of ResultSetContext in dev.jfr4jdbc.interceptor
Methods in dev.jfr4jdbc.interceptor that return types with arguments of type ResultSetContext Modifier and Type Method Description Interceptor<ResultSetContext>InterceptorFactory. createResultSetInterceptor() -
Uses of ResultSetContext in dev.jfr4jdbc.interceptor.impl.instant
Methods in dev.jfr4jdbc.interceptor.impl.instant that return types with arguments of type ResultSetContext Modifier and Type Method Description Interceptor<ResultSetContext>InstantInterceptorFactory. createResultSetInterceptor()Methods in dev.jfr4jdbc.interceptor.impl.instant with parameters of type ResultSetContext Modifier and Type Method Description voidInstantResultSetInterceptor. postInvoke(ResultSetContext context)voidInstantResultSetInterceptor. preInvoke(ResultSetContext context) -
Uses of ResultSetContext in dev.jfr4jdbc.interceptor.impl.legacy
Methods in dev.jfr4jdbc.interceptor.impl.legacy that return types with arguments of type ResultSetContext Modifier and Type Method Description Interceptor<ResultSetContext>LegacyInterceptorFactory. createResultSetInterceptor()Methods in dev.jfr4jdbc.interceptor.impl.legacy with parameters of type ResultSetContext Modifier and Type Method Description voidLegacyResultSetInterceptor. postInvoke(ResultSetContext context)voidLegacyResultSetInterceptor. preInvoke(ResultSetContext context) -
Uses of ResultSetContext in dev.jfr4jdbc.interceptor.impl.period
Methods in dev.jfr4jdbc.interceptor.impl.period that return types with arguments of type ResultSetContext Modifier and Type Method Description Interceptor<ResultSetContext>PeriodInterceptorFactory. createResultSetInterceptor()Methods in dev.jfr4jdbc.interceptor.impl.period with parameters of type ResultSetContext Modifier and Type Method Description voidPeriodResultSetInterceptor. postInvoke(ResultSetContext context)voidPeriodResultSetInterceptor. preInvoke(ResultSetContext context)
-