public
classResultSetWrappingSqlRowSetMetaData
implements
SqlRowSetMetaData
Overview
Inheritance
Members
Usage
Source
Books
Since1.2
VersionNot specified.
Author(s)Thomas Risberg, Juergen Hoeller
Default implementation of Spring's SqlRowSetMetaData interface.
Used by ResultSetWrappingSqlRowSet.
This implementation wraps a javax.sql.ResultSetMetaData
instance, catching any SQLExceptions and translating them to the
appropriate Spring DataAccessException.
This implementation wraps a
javax.sql.ResultSetMetaDatainstance, catching any SQLExceptions and translating them to the appropriate Spring DataAccessException.