getBytes

open fun getBytes(index: Int): ByteArray?

Converts the buffer for provided column index to a ByteArray?

Returns null if that index was NULL in the result.

Parameters

index

Integer index of the column to read