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

executeBatchUpdate

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