getBlob

expect fun getBlob(index: Int): Blob?(source)

The result at the given index as a Blob

Return

a Blob.

Parameters

index

the index of the required value.


expect fun getBlob(key: String): Blob?(source)

The projecting result value for the given key as a Blob object. Returns null if the key doesn't exist.

Return

The Blob object.

Parameters

key

The select result key.

actual fun getBlob(index: Int): Blob?(source)
actual fun getBlob(key: String): Blob?(source)
actual fun getBlob(index: Int): Blob?(source)
actual fun getBlob(key: String): Blob?(source)