An exception type to distinguish exceptions thrown by this package.
Thrown when attempting to use a range that's been invalidated.
Thrown when the executed query, unexpectedly, did not produce a result set.
Deprecated - No longer thrown by mysql-native.
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.)
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.
Thrown when a result set was returned unexpectedly.
Common base class of MYXResultRecieved and MYXNoResultRecieved.
Exceptions defined by mysql-native.