mysql-native v3.0.0

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


Struct EOFPacket

A struct representing an EOF packet from the server.

struct EOFPacket ;

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

NameDescription
this Construct an EOFPacket struct from the raw data packet

Properties

NameTypeDescription
serverStatus[get] ushortRetrieve the server status
warnings[get] ushortRetrieve the warning count

See Also

http://forge.mysql.com/wiki/MySQL_Internals_ClientServer_Protocol#EOF_Packet