Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
Sign in
Xiaodingsiren
Total activity
6
Last activity
March 22, 2024 01:25
Member since
December 12, 2023 14:41
Following
0 users
Followed by
0 users
Votes
0
Subscriptions
2
Activity overview
Posts (1)
Comments (3)
Sort by recent activity
Recent activity
Votes
Created
March 22, 2024 01:25
Josh Taylor ,HiHere is the code that not open a new tab for per executionpublic static <T> T connectExecuteSql(JdbcConsole console, String sql, Function<RemoteResultSet, T> function) { RemoteCo...
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
Edited
December 15, 2023 12:18
Finally I found the way to get the result synchronously .Here is the code, hoping help someone need it. public static <T> T consoleExecuteSql(JdbcConsole console,String sql, Function<RemoteResultS...
Community
IntelliJ IDEA Open API and Plugin Development
How to get the sql query result synchronously with Console through database API
0 votes
Created
December 12, 2023 14:41
@zion Hi,I found the way to get the execution result of RawRequest, Here is the code ,It works fine on my plugin. public static <T> List<T> consoleExecuteSql(JdbcConsole console, String sql, Funct...
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