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

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


Uses of Interface
org.springframework.jdbc.core.BatchPreparedStatementSetter

Packages that use BatchPreparedStatementSetter
org.springframework.jdbc.core Provides the core JDBC framework, based on JdbcTemplate and its associated callback interfaces and helper objects. 
 

Uses of BatchPreparedStatementSetter in org.springframework.jdbc.core
 

Methods in org.springframework.jdbc.core with parameters of type BatchPreparedStatementSetter
 int[] JdbcTemplate.batchUpdate(String sql, BatchPreparedStatementSetter pss)
           
 int[] JdbcOperations.batchUpdate(String sql, BatchPreparedStatementSetter pss)
          Issue multiple updates on a single PreparedStatement, using JDBC 2.0 batch updates and a BatchPreparedStatementSetter to set values.
 



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