Module mysql.protocol.packets
Internal - Tools for working with MySQL's communications packets.
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.
|