set

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


open operator override 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.