Construct a ResultSetHeaders struct from a sequence of FieldDescription packets and an EOF packet.
Add specialization information to one or more field descriptions.
Index into the set of field descriptions
Get the number of fields in a result row.
Get an array of the field descriptions
Get an array of strings representing the column names
Get the warning count as per the EOF packet
A struct representing the collation of a sequence of FieldDescription packets.
This data gets filled in after a query (prepared or otherwise) that creates a result set completes. All the FD packets, and an EOF packet must be eaten before the row data packets can be read.