mysql-native v1.1.4 (2017-12-04T08:31:55Z)
Dub
Repo
MySQLException
mysql
exceptions
An exception type to distinguish exceptions thrown by this package.
class
MySQLException : Exception {
this
(string msg, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line)
Undocumented in source.
Meta
Source
See Implementation
mysql
exceptions
aliases
MYX
MYXDataPending
MYXInvalidatedRange
MYXNoResultRecieved
MYXNotPrepared
MYXProtocol
MYXReceived
MYXResultRecieved
MYXWrongFunction
classes
MySQLDataPendingException
MySQLException
MySQLInvalidatedRangeException
MySQLNoResultRecievedException
MySQLNotPreparedException
MySQLProtocolException
MySQLReceivedException
MySQLResultRecievedException
MySQLWrongFunctionException
An exception type to distinguish exceptions thrown by this package.