getOrNull

Returns the value from this row for the given column, or null if the index is out of bounds.

Return

the value at the column's index, or null if not present

Parameters

column

the column to retrieve the value for