I want to intercept all SQL executed in DBeaver. How to implement it? #39698
Unanswered
huxianghao
asked this question in
DBeaver Development
Replies: 2 comments
-
|
I think you can look at the methods in the "JDBCStatementImpl" class to get the SQL |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Would you like to see the SQL queries that was run by default? If yes, then it is implemented. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it to implement an implementation class or other methods that can be implemented?
Beta Was this translation helpful? Give feedback.
All reactions