get
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
Retrieves a column value from this ResultRow by its zero-based field index.
Extension operator on ResultRow.
the value at the given index
the zero-based column index
if no field exists at the given index