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?