The Spring Framework

Uses of Interface
org.springframework.jdbc.support.rowset.SqlRowSetMetaData

Packages that use SqlRowSetMetaData
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
 class ResultSetWrappingSqlRowSetMetaData
          Default implementation of Spring's SqlRowSetMetaData interface.
 

Methods in org.springframework.jdbc.support.rowset that return SqlRowSetMetaData
 SqlRowSetMetaData SqlRowSet.getMetaData()
          Retrieves the meta data (number, types and properties for the columns) of this row set.
 SqlRowSetMetaData ResultSetWrappingSqlRowSet.getMetaData()
           
 


The Spring Framework

Copyright © 2002-2007 The Spring Framework.