AnySetter

data class AnySetter(val sqlType: Int) : JdbcSetter<Any>

Constructors

Link copied to clipboard
constructor(sqlType: Int)

Properties

Link copied to clipboard

Functions

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