Package org.springframework.jdbc.support.rowset
Provides a convenient holder for disconnected result sets. Supported by JdbcTemplate, but can be used independently too.
Interface Summary Interface Description SqlRowSet SqlRowSetMetaData Metadata interface for Spring'sSqlRowSet, analogous to JDBC'sResultSetMetaData.Class Summary Class Description ResultSetWrappingSqlRowSet The default implementation of Spring'sSqlRowSetinterface, wrapping aResultSet, catching anySQLExceptions and translating them to a corresponding SpringInvalidResultSetAccessException.ResultSetWrappingSqlRowSetMetaData The default implementation of Spring'sSqlRowSetMetaDatainterface, wrapping aResultSetMetaDatainstance, catching anySQLExceptions and translating them to a corresponding SpringInvalidResultSetAccessException.