| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ResultSetSupportingSqlParameter | |
|---|---|
| org.springframework.jdbc.core | Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects. | 
| Uses of ResultSetSupportingSqlParameter in org.springframework.jdbc.core | 
|---|
| Subclasses of ResultSetSupportingSqlParameter in org.springframework.jdbc.core | |
|---|---|
|  class | SqlInOutParameterSubclass of SqlOutParameterto represent an INOUT parameter. | 
|  class | SqlOutParameterSubclass of SqlParameter to represent an output parameter. | 
|  class | SqlReturnResultSetRepresents a returned ResultSetfrom a stored procedure call. | 
| Methods in org.springframework.jdbc.core with parameters of type ResultSetSupportingSqlParameter | |
|---|---|
| protected  Map | JdbcTemplate.processResultSet(ResultSet rs,
                 ResultSetSupportingSqlParameter param)Process the given ResultSet from a stored procedure. | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||