See: Description
Interface | Description |
---|---|
SqlRowSet |
Mirror interface for
RowSet , representing a disconnected variant of
ResultSet data. |
SqlRowSetMetaData |
Metadata interface for Spring's
SqlRowSet , analogous to JDBC's
ResultSetMetaData . |
Class | Description |
---|---|
ResultSetWrappingSqlRowSet |
The default implementation of Spring's
SqlRowSet interface, wrapping a
ResultSet , catching any SQLException s and translating
them to a corresponding Spring InvalidResultSetAccessException . |
ResultSetWrappingSqlRowSetMetaData |
The default implementation of Spring's
SqlRowSetMetaData interface, wrapping
a ResultSetMetaData instance, catching any SQLException s
and translating them to a corresponding Spring InvalidResultSetAccessException . |