getLong

expect fun getLong(index: Int): Long(source)

The result at the given index interpreted as a long. Returns 0 if the value cannot be so interpreted.

Return

a long value.

Parameters

index

the index of the required value.


expect fun getLong(key: String): Long(source)

The result value for the given key as a long Returns 0L if the key doesn't exist or if the value is not a long

Return

The long value.

Parameters

key

The select result key.

actual fun getLong(index: Int): Long(source)
actual fun getLong(key: String): Long(source)
actual fun getLong(index: Int): Long(source)
actual fun getLong(key: String): Long(source)