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's
SqlRowSet
interface, wrapping aResultSet
, catching anySQLExceptions
and translating them to a corresponding SpringInvalidResultSetAccessException
.The default implementation of Spring'sSqlRowSetMetaData
interface, wrapping aResultSetMetaData
instance, catching anySQLExceptions
and translating them to a corresponding SpringInvalidResultSetAccessException
.Metadata interface for Spring'sSqlRowSet
, analogous to JDBC'sResultSetMetaData
.