Function ResultSetHeaders.this

Construct a ResultSetHeaders struct from a sequence of FieldDescription packets and an EOF packet.

ref this (
  Connection con,
  uint fieldCount
) @safe;

Parameters

NameDescription
con A mysql.connection.Connection via which the packets are read
fieldCount the number of fields/columns generated by the query