A constructor to extract the column data from a row data packet.
Get the number of elements (columns) in this row.
Check if a column in the result row was NULL
Simplify retrieval of a column value by index.
Move the content of the row into a compatible struct
Get the number of elements (columns) in this row.
A struct to represent a single row of a result set.