站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 2.0.5 API 文档英文版

org.springframework.jdbc.support.rowset (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版

The Spring Framework

Package org.springframework.jdbc.support.rowset

Provides a convenient holder for disconnected result sets.

See:
          Description

Interface Summary
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 The main difference to the standard JDBC RowSetMetaData is that an SQLException is never thrown here.
 

Class Summary
ResultSetWrappingSqlRowSet Default implementation of Spring's SqlRowSet interface.
ResultSetWrappingSqlRowSetMetaData Default implementation of Spring's SqlRowSetMetaData interface.
 

Package org.springframework.jdbc.support.rowset Description

Provides a convenient holder for disconnected result sets. Supported by JdbcTemplate, but can be used independently too.


The Spring Framework

Copyright © 2002-2007 The Spring Framework.