How to intercept sql to get sql parameters

Hello

I need to intercept the sql parameters so that I can do some operations. The suggestion with the most search results is to implement StatementInspector, but just like the comments in the screenshot, the sql parameters are just placeholders. So, is there any interceptor or other method that can get the specific parameter values?

No that’s not possible. What operations do you need to do? Maybe I can show you a better way if you share your use case.