Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Package org.springframework.jdbc.support.rowset

Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages.

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
 

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

Support classes for the JDBC framework, used by the classes in the jdbc.core and jdbc.object packages. Provides a translator from SQLExceptions Spring's generic DataAccessExceptions.

Can be used independently, for example in custom JDBC access code, or in JDBC-based O/R mapping layers.