Home
IDEs Support (IntelliJ Platform) | JetBrains
Submit a request
Community
Sign in
Anna Rodionova
Follow
New articles and posts
New articles, posts, and comments
Total activity
7
Last activity
April 19, 2023 16:56
Member since
August 29, 2022 14:26
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
3
Activity overview
Articles (0)
Posts (0)
Comments (4)
Anna Rodionova
commented,
April 19, 2023 16:56
Official comment
Hi zion,To execute a query you need to:1. Create or get existing session (it's our wrapper for connection) by using com.intellij.database.console.session.DatabaseSessionManager#getSessions(com.inte...
Community
IntelliJ IDEA Open API and Plugin Development
When developing the idea plug-in, how to execute the query sql and get the query result?
0 votes
Anna Rodionova
commented,
March 14, 2023 16:09
Official comment
Hi Kislyak1000,Unfortunately, you can't add such toolbar and attach a file with a custom language to the data source sessions.However, you can get a list of all data sources in your project:LocalDa...
Community
IntelliJ IDEA Open API and Plugin Development
DB conection bar for custom language
0 votes
Anna Rodionova
commented,
October 14, 2022 18:09
Hi Justin! I'm very sorry I didn't notice your question earlier. However, it is only running the query and logging it to the Output tab in GridImpl->GridCellTabs. Normally, when I execute a qu...
Community
IntelliJ IDEA Open API and Plugin Development
How to execute sql query by passing a string and outputting results to the console output?
1 vote
Anna Rodionova
commented,
August 29, 2022 14:26
Official comment
Hi Jrmalin! You do not need to create a new session with connection using the DatabaseSessionManager - the console already has a session with which you need to execute your request.And console also...
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