OKErrorPacket

A struct representing an OK or Error packet.

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

Constructors

this
this(ubyte[] packet)
Undocumented in source.

Members

Variables

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

See Also

Meta