Module mysql.protocol.packets

Functions

Name Description
enforcePacketOK
isEOFPacket

Classes

Name Description
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.

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.

Aliases

Name Type Description
MYXReceived MySQLReceivedException

Authors

Copyright

License