get Int
Returns the value of the requested column at the given zero-based index as an Int.
If the column value is NULL, the result is 0. To distinguish between a NULL value and a stored 0, use the isNull method.
Return
The value of the column as an Int.
Parameters
index
The zero-based index of the column.
See also
Throws
if the index is out of bounds or the column is not an integer type.