How can I get or modify dialog parameters and sql before real executing?

Answered

Hi thanks!

  1. I want to add/remove parameter before the dialog popping;
  2. check modify the sql and executing the changed sql.

Is there any way?

0
4 comments
Official comment

Hi!

Unfortunately, there is currently no way to influence the logic of parameter substitution in the query text, so you will not be able to modify the query depending on the parameter values.

Please give some more context, how is this dialog invoked and from where? What is your exact use case?

0

Yann Cebron

In my java project: sql file or any string literal which inject SQL Language and this dialog popping.

I want to add my custom logic before the real executing, my plugin has needs, such as :

Parameter type convert;

Dynamic SQL calculating.

Example: 

0

Can or not, please, I need a valid replay.

0

Please sign in to leave a comment.