Eldad Dor
- 活动总数 10
- 最后的活动
- 成员加入日期
- 关注 0 名用户
- 关注者数 0 名用户
- 投票数 5
- 订阅数 2
-
Eldad Dor 创建了一个帖子, 已回答Using the DatabaseConnectionManager to get connections
We hava custom plugin connecting to the DB (sybase) and fetching the compiled SP, so no re-synching is needed. Changes made to the Api, broke the following code : ... if (!dataSources.isEmpty()) { ... -
-
Eldad Dor 创建了一个帖子, 已回答Getting StoreProcedures name from databaseTools in 2021.1 API
I've being using Intellij 17 till now & with the lastest update to 2021.1 I neededto change the code - DatabaseSystem databaseSystem = getDataSource();JBIterable<String> jbIterable = databaseSystem...