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