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
steam()
令 SQLQuery 支持 steam() 操作。
通过令 SQLQuery 支持 steam() 操作,可以让其在链式调用的使用中更加便捷通畅。如:
query.stream().map(s -> s.getString("name")).forEach(System.out::println);
The text was updated successfully, but these errors were encountered:
CarmJos
No branches or pull requests
功能简述
令 SQLQuery 支持
steam()
操作。功能参考(可选)
通过令 SQLQuery 支持
steam()
操作,可以让其在链式调用的使用中更加便捷通畅。如:The text was updated successfully, but these errors were encountered: