EOFPacket

A struct representing an EOF packet

an EOF packet is sent after each sequence of field description and parameter description packets, and after a sequence of result set row packets.

These EOF packets contain a server status and a warning count.

Constructors

this
this(ubyte[] packet)

Construct an EOFPacket struct from the raw data packet

Members

Properties

serverStatus
ushort serverStatus [@property getter]

Retrieve the server status

warnings
ushort warnings [@property getter]

Retrieve the warning count

Meta