主页
IDEs Support (IntelliJ Platform) | JetBrains
联系支持服务
社区
登录
Xiaodingsiren
活动总数
6
最后的活动
2024年03月22日 01:25
成员加入日期
2023年12月12日 14:41
关注
0 名用户
关注者数
0 名用户
投票数
0
订阅数
2
活动概览
帖子(1)
评论(3)
按最近的活动排序
最近的活动
投票数
创建于
2024年03月22日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to execute sql query by passing a string and outputting results to the console output?
1 票
已编辑于
2023年12月15日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to get the sql query result synchronously with Console through database API
0 票
创建于
2023年12月12日 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...
社区
IntelliJ IDEA Open API and Plugin Development
How to execute sql query by passing a string and outputting results to the console output?
0 票