mysql.protocol.packets

Internal - Tools for working with MySQL's communications packets.

Public Imports

mysql.protocol.packet_helpers
public import mysql.protocol.packet_helpers;
Undocumented in source.

Members

Functions

enforcePacketOK
void enforcePacketOK(OKErrorPacket okp)
Undocumented in source. Be warned that the author may not have intended to support it.
isEOFPacket
bool isEOFPacket(ubyte[] packet)
Undocumented in source.

Structs

EOFPacket
struct EOFPacket

A struct representing an EOF packet from the server.

FieldDescription
struct FieldDescription

A struct representing a field (column) description packet.

OKErrorPacket
struct OKErrorPacket

A struct representing an OK or Error packet.

ParamDescription
struct ParamDescription

A struct representing a prepared statement parameter description packet.

PreparedStmtHeaders
struct PreparedStmtHeaders

A struct representing the collation of a prepared statement parameter description sequence.

ResultSetHeaders
struct ResultSetHeaders

A struct representing the collation of a sequence of FieldDescription packets.

Meta