mysql-native v2.3.0

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


Module mysql.protocol.packets

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

Functions

NameDescription
enforcePacketOK(okp)
isEOFPacket(packet)

Structs

NameDescription
EOFPacket A struct representing an EOF packet from the server.
FieldDescription A struct representing a field (column) description packet.
OKErrorPacket A struct representing an OK or Error packet.
ParamDescription A struct representing a prepared statement parameter description packet.
PreparedStmtHeaders A struct representing the collation of a prepared statement parameter description sequence.
ResultSetHeaders A struct representing the collation of a sequence of FieldDescription packets.