OKPacket

A struct representing an OK or Error packet

OK packets begin with a zero byte - Error packets with 0xff

Constructors

this
this(ubyte* ubp, uint length)
Undocumented in source.

Members

Variables

affected
ulong affected;
Undocumented in source.
error
bool error;
Undocumented in source.
insertID
ulong insertID;
Undocumented in source.
message
char[] message;
Undocumented in source.
nullFlag
bool nullFlag;
Undocumented in source.
serverStatus
ushort serverStatus;
Undocumented in source.
sqlState
char[5] sqlState;
Undocumented in source.
warnings
ushort warnings;
Undocumented in source.

Meta