站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Spring Framework 1.2.9 API 文档英文版

Uses of Class org.springframework.jdbc.core.ResultSetSupportingSqlParameter (Spring Framework) - Spring Framework 1.2.9 API 文档英文版


Uses of Class
org.springframework.jdbc.core.ResultSetSupportingSqlParameter

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 SqlOutParameter
          Subclass of SqlParameter to represent an output parameter.
 class SqlReturnResultSet
          Represents a returned ResultSet from 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.
 



Copyright (c) 2002-2007 The Spring Framework Project.