| 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.
author: Thomas Risberg author: Juergen Hoeller since: 1.2 See Also: ResultSetWrappingSqlRowSet.getMetaData |