public abstract class

BatchUpdateUtils

extends Object
java.lang.Object
   ↳ org.springframework.jdbc.core.BatchUpdateUtils
Known Direct Subclasses

Class Overview

Generic utility methods for working with JDBC batch statements. Mainly for internal use within the framework.

Summary

Public Constructors
BatchUpdateUtils()
Public Methods
static int[] executeBatchUpdate(String sql, List<Object[]> batchValues, int[] columnTypes, JdbcOperations jdbcOperations)
Protected Methods
static void setStatementParameters(Object[] values, PreparedStatement ps, int[] columnTypes)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public BatchUpdateUtils ()

Public Methods

public static int[] executeBatchUpdate (String sql, List<Object[]> batchValues, int[] columnTypes, JdbcOperations jdbcOperations)

Protected Methods

protected static void setStatementParameters (Object[] values, PreparedStatement ps, int[] columnTypes)

Throws
SQLException