mysql.exceptions

Exceptions defined by mysql-native.

Members

Classes

MYX
class MYX

An exception type to distinguish exceptions thrown by this package.

MYXInvalidatedRange
class MYXInvalidatedRange

Thrown when attempting to use a range that's been invalidated.

MYXNoResultRecieved
class MYXNoResultRecieved

Thrown when the executed query, unexpectedly, did not produce a result set.

MYXNotPrepared
deprecated class MYXNotPrepared

Deprecated - No longer thrown by mysql-native.

MYXProtocol
class MYXProtocol

Received invalid data from the server which violates the MySQL network protocol. (Quite possibly mysql-native's fault. Please file an issue if you receive this.)

MYXReceived
class MYXReceived

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.

MYXResultRecieved
class MYXResultRecieved

Thrown when a result set was returned unexpectedly.

MYXWrongFunction
class MYXWrongFunction

Common base class of MYXResultRecieved and MYXNoResultRecieved.

Meta