getArray

expect fun getArray(index: Int): Array?(source)

The result at the given index as an Array

Return

an Array.

Parameters

index

the index of the required value.


expect fun getArray(key: String): Array?(source)

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

Return

The Array object.

Parameters

key

The select result key.

actual fun getArray(index: Int): Array?(source)
actual fun getArray(key: String): Array?(source)
actual fun getArray(index: Int): Array?(source)
actual fun getArray(key: String): Array?(source)