EOFPacket

A struct representing an EOF packet from the server.

An EOF packet is sent from the server after each sequence of field description and parameter description packets, and after a sequence of result set row packets. An EOF packet is also called "Last Data Packet" or "End Packet".

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

See Also

Meta