mysql-native v1.2.0
API Reference Home: [This Version] [Latest Version] [Other Versions]
Module mysql.protocol.packets
Internal - Tools for working with MySQL's communications packets.
Functions
Name | Description |
---|---|
enforcePacketOK(okp)
|
|
isEOFPacket(packet)
|
Structs
Name | Description |
---|---|
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. |