程序包 org.springframework.jdbc.support.rowset
Provides a convenient holder for disconnected result sets. Supported by JdbcTemplate, but can be used independently too.
接口概要 接口 说明 SqlRowSet SqlRowSetMetaData Metadata interface for Spring'sSqlRowSet, analogous to JDBC'sResultSetMetaData.类概要 类 说明 ResultSetWrappingSqlRowSet The default implementation of Spring'sSqlRowSetinterface, wrapping aResultSet, catching anySQLExceptionsand translating them to a corresponding SpringInvalidResultSetAccessException.ResultSetWrappingSqlRowSetMetaData The default implementation of Spring'sSqlRowSetMetaDatainterface, wrapping aResultSetMetaDatainstance, catching anySQLExceptionsand translating them to a corresponding SpringInvalidResultSetAccessException.