set

abstract fun set(index: Int, value: Any, columnType: IColumnType<*>)

Sets the statement parameter at the index position to the provided non-null value, with a type determined by its associated columnType.


open operator fun set(index: Int, value: Any)

Deprecated (with error)

This operator function will be removed in future releases. Replace with the method `set(index, value, this)` that accepts a third argument for the IColumnType of the parameter value being bound.