mysql.protocol.packets

Undocumented in source.

Public Imports

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

Members

Aliases

MYXReceived
alias MYXReceived = MySQLReceivedException
Undocumented in source.

Classes

MySQLReceivedException
class MySQLReceivedException

The server sent back a MySQL error code and message. If the server is 4.1+, there should also be an ANSI/ODBC-standard SQLSTATE error code.

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