Struct 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
Name | Description |
---|---|
this
|
Construct an EOFPacket struct from the raw data packet |
Properties
Name | Type | Description |
---|---|---|
serverStatus
[get]
|
ushort |
Retrieve the server status |
warnings
[get]
|
ushort |
Retrieve the warning count |
See Also
http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol#EOF_Packet