get

operator fun ResultRow.get(index: Int): Any

Retrieves a column value from this ResultRow by its zero-based field index.

Extension operator on ResultRow.

Return

the value at the given index

Parameters

index

the zero-based column index

Throws

if no field exists at the given index