Uses of Class
dev.jfr4jdbc.interceptor.ResultSetContext
-
Packages that use ResultSetContext Package Description dev.jfr4jdbc.interceptor dev.jfr4jdbc.interceptor.impl.legacy -
-
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.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)
-