Package org.springframework.jdbc.support.rowset
@NonNullApi
@NonNullFields
package org.springframework.jdbc.support.rowset
Provides a convenient holder for disconnected result sets.
 Supported by JdbcTemplate, but can be used independently too.
- 
ClassDescriptionThe common implementation of Spring'sSqlRowSetinterface, wrapping aResultSet, catching anySQLExceptionsand translating them to a corresponding SpringInvalidResultSetAccessException.The default implementation of Spring'sSqlRowSetMetaDatainterface, wrapping aResultSetMetaDatainstance, catching anySQLExceptionsand translating them to a corresponding SpringInvalidResultSetAccessException.Metadata interface for Spring'sSqlRowSet, analogous to JDBC'sResultSetMetaData.