mysql-native v0.2.0-preview1 (2017-01-30T02:35:23Z)
Dub
Repo
MySQLException
mysql
common
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
common
aliases
MYX
MYXDataPending
MYXInvalidatedRange
MYXNoResultRecieved
MYXNotPrepared
MYXProtocol
MYXResultRecieved
MYXWrongFunction
OpenSocketCallbackPhobos
OpenSocketCallbackVibeD
PlainPhobosSocket
PlainVibeDSocket
classes
MySQLDataPendingException
MySQLException
MySQLInvalidatedRangeException
MySQLNoResultRecievedException
MySQLNotPreparedException
MySQLProtocolException
MySQLResultRecievedException
MySQLSocketPhobos
MySQLSocketVibeD
MySQLWrongFunctionException
enums
MySQLSocketType
interfaces
MySQLSocket
An exception type to distinguish exceptions thrown by this package.