setArray

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

Sets the statement parameter at the index position to the provided array, with a type determined by its associated array column type.