ResultSetHeaders.this

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

struct ResultSetHeaders
@safe
this
(
Connection con
,)

Parameters

con Connection

A mysql.connection.Connection via which the packets are read

fieldCount uint

the number of fields/columns generated by the query

Meta