|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||