get Or Null
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
Returns the value from this row for the given column, or null if the index is out of bounds.
the value at the column's index, or null if not present
the column to retrieve the value for