Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Justin Malin
Total activity
11
Last activity
April 04, 2023 23:08
Member since
August 28, 2022 16:00
Following
0 users
Followed by
0 users
Votes
4
Subscriptions
3
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
April 04, 2023 23:08
@anonymous I believe we get that for free by inheriting from `RunQueryAction.Alt1()`. It looks like this: class ExecuteQueryAction : RunQueryAction.Alt1() { override fun actionPerformed(e: AnAct...
Community
IntelliJ IDEA Open API and Plugin Development
How to execute sql query by passing a string and outputting results to the console output?
0 votes
Created
March 25, 2023 20:14
Hey, Anna! I know it's a long delay here, but I'm still having some of the same issues. I tried pulling the `session` by calling `console.session`, but I still had the same issue. One thing to note...
Community
IntelliJ IDEA Open API and Plugin Development
How to execute sql query by passing a string and outputting results to the console output?
0 votes
Created
September 30, 2022 21:52
Anna, thanks so much for the help! This was super useful, and I was able to get the console to successfully execute the intended query. However, it is only running the query and logging it to the O...
Community
IntelliJ IDEA Open API and Plugin Development
How to execute sql query by passing a string and outputting results to the console output?
0 votes