spring-framework / org.springframework.jdbc.core / BatchUpdateUtils

BatchUpdateUtils

abstract class BatchUpdateUtils

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

Author
Thomas Risberg

Since
3.0

Constructors

<init>

BatchUpdateUtils()

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

Functions

executeBatchUpdate

open static fun executeBatchUpdate(sql: String, batchValues: MutableList<Array<Any>>, columnTypes: IntArray, jdbcOperations: JdbcOperations): IntArray

Inheritors

NamedParameterBatchUpdateUtils

open class NamedParameterBatchUpdateUtils : BatchUpdateUtils

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