mysql-native v0.2.0-preview1 (2017-01-30T02:35:23Z)
Dub
Repo
MySQLSocket
mysql
common
Undocumented in source.
package
interface
MySQLSocket {
void
close
();
bool
connected
[@property getter];
void
read
(ubyte[] dst);
void
write
(ubyte[] bytes);
void
acquire
();
void
release
();
bool
isOwner
();
bool
amOwner
();
}
Members
Functions
acquire
void
acquire
()
Undocumented in source.
amOwner
bool
amOwner
()
Undocumented in source.
close
void
close
()
Undocumented in source.
isOwner
bool
isOwner
()
Undocumented in source.
read
void
read
(ubyte[] dst)
Undocumented in source.
release
void
release
()
Undocumented in source.
write
void
write
(ubyte[] bytes)
Undocumented in source.
Properties
connected
bool
connected
[@property getter]
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