mysql-native v1.2.0

API Reference Home: [This Version] [Latest Version] [Other Versions]


Function ResultSetHeaders.this

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

ref this (
  Connection con,
  uint fieldCount
);

Parameters

con = A Connection via which the packets are read fieldCount = the number of fields/columns generated by the query