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) 2003-2004 The Spring Framework Project.