| Package | Description |
|---|---|
| org.springframework.jdbc.support.rowset |
Provides a convenient holder for disconnected result sets.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ResultSetWrappingSqlRowSetMetaData
The default implementation of Spring's
SqlRowSetMetaData interface, wrapping a
ResultSetMetaData instance, catching any SQLExceptions
and translating them to a corresponding Spring InvalidResultSetAccessException. |
| Modifier and Type | Method and Description |
|---|---|
SqlRowSetMetaData |
ResultSetWrappingSqlRowSet.getMetaData() |
SqlRowSetMetaData |
SqlRowSet.getMetaData()
Retrieve the meta-data, i.e.
|