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.