Skip to content
New issue

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

Update SqlRowSet interface with JDBC 4.x ResultSet additions [SPR-12480] #17086

Closed
spring-projects-issues opened this issue Nov 27, 2014 · 1 comment
Assignees
Labels
type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link
Collaborator

spring-projects-issues commented Nov 27, 2014

Juergen Hoeller opened SPR-12480 and commented

The java.sql.ResultSet interface has seen several additions since JDBC 4.0 which we should consider exposing on Spring's SqlRowSet interface as well.


Affects: 4.1.2

Issue Links:

Referenced from: commits fc92c00

@spring-projects-issues
Copy link
Collaborator Author

Juergen Hoeller commented

SqlRowSet supports getNString(int/String) and getObject(int/String, Class) variants now, as added to ResultSet in JDBC 4.0 and 4.1.

Juergen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: enhancement A general enhancement
Projects
None yet
Development

No branches or pull requests

2 participants