Uses of Interface
org.springframework.jdbc.support.rowset.SqlRowSetMetaData
Packages that use SqlRowSetMetaData
Package
Description
Provides a convenient holder for disconnected result sets.
- 
Uses of SqlRowSetMetaData in org.springframework.jdbc.support.rowsetClasses in org.springframework.jdbc.support.rowset that implement SqlRowSetMetaDataModifier and TypeClassDescriptionclassThe default implementation of Spring'sSqlRowSetMetaDatainterface, wrapping aResultSetMetaDatainstance, catching anySQLExceptionsand translating them to a corresponding SpringInvalidResultSetAccessException.Methods in org.springframework.jdbc.support.rowset that return SqlRowSetMetaDataModifier and TypeMethodDescriptionfinal SqlRowSetMetaDataResultSetWrappingSqlRowSet.getMetaData()SqlRowSet.getMetaData()Retrieve the meta-data, i.e.