接口的使用
org.springframework.jdbc.support.rowset.SqlRowSetMetaData
使用SqlRowSetMetaData的程序包 程序包 说明 org.springframework.jdbc.support.rowset Provides a convenient holder for disconnected result sets.org.springframework.jdbc.support.rowset中SqlRowSetMetaData的使用
实现SqlRowSetMetaData的org.springframework.jdbc.support.rowset中的类 修饰符和类型 类 说明 classResultSetWrappingSqlRowSetMetaDataThe default implementation of Spring'sSqlRowSetMetaDatainterface, wrapping aResultSetMetaDatainstance, catching anySQLExceptionsand translating them to a corresponding SpringInvalidResultSetAccessException.返回SqlRowSetMetaData的org.springframework.jdbc.support.rowset中的方法 修饰符和类型 方法 说明 SqlRowSetMetaDataResultSetWrappingSqlRowSet. getMetaData()SqlRowSetMetaDataSqlRowSet. getMetaData()Retrieve the meta-data, i.e. number, types and properties for the columns of this row set.