column

Fetches an entire column from a result that is a list of scalars. You must specify the expected type of the elements in the column.

Parameters

V

The expected type of elements in the column.


Fetches values from a given column from a result that is a list of rows. You must specify the expected type of the elements in the column.

Parameters

V

The expected type of elements in the column.