Package org.springframework.jdbc.support.rowset
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.
Add your comments here.
Interfaces
SqlRowSet Mirror interface for javax.sql.RowSet, representing disconnected java.sql.ResultSet data.
SqlRowSetMetaData Meta data interface for Spring's SqlRowSet, analogous to javax.sql.ResultSetMetaData
Classes
ResultSetWrappingSqlRowSet Default implementation of Spring's SqlRowSet interface.
ResultSetWrappingSqlRowSetMetaData Default implementation of Spring's SqlRowSetMetaData interface.
Provides a convenient holder for disconnected result sets. Supported by JdbcTemplate, but can be used independently too.