setArray

open override fun setArray(index: Int, type: ArrayColumnType<*, *>, array: Array<*>)


open override fun setArray(index: Int, type: String, array: Array<*>)

Deprecated (with error)

This function will be removed in future releases. Replace with the method `setArray(index, this, array)` that accepts an ArrayColumnType as the second argument instead of a string type representation.