We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
能否增加调用存储过程的方法,存储过程可能会有多个结果集,执行后可返回类似于.net的dataset数据集
The text was updated successfully, but these errors were encountered:
DataSource defaultDataSource = easyEntityQuery.getRuntimeContext().getDataSourceManager().getDefaultDataSource(); Connection connection1 = defaultDataSource.getConnection();
这边的建议是直接操作DataSource来操作原生jdbc的链接框架的支持不一定马上能实现 也可以单独在spring或者其他框架中注入DataSource来操作
Sorry, something went wrong.
No branches or pull requests
能否增加调用存储过程的方法,存储过程可能会有多个结果集,执行后可返回类似于.net的dataset数据集
The text was updated successfully, but these errors were encountered: