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

Package org.springframework.jdbc.core.namedparam

Functions

set

Extension for MapSqlParameterSource.addValue providing Array like setter.

operator fun MapSqlParameterSource.set(paramName: String, value: Any?): Unit
operator fun MapSqlParameterSource.set(paramName: String, sqlType: Int, value: Any?): Unit

Extension for MapSqlParameterSource.addValue providing Array like setter

operator fun MapSqlParameterSource.set(paramName: String, sqlType: Int, typeName: String, value: Any?): Unit