ArraySetter

data class ArraySetter(val elementSqlTypeName: String) : JdbcSetter<List<Any?>>

Constructors

Link copied to clipboard
constructor(elementSqlTypeName: String)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun set(stmt: PreparedStatement, paramIdx: Int, value: List<Any?>)