mysql-native v1.1.4 (2017-12-04T08:31:55Z)
Dub
Repo
MySQLSocket
mysql
protocol
sockets
Undocumented in source.
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
protocol
sockets
aliases
OpenSocketCallbackPhobos
OpenSocketCallbackVibeD
PlainPhobosSocket
PlainVibeDSocket
classes
MySQLSocketPhobos
MySQLSocketVibeD
enums
MySQLSocketType
interfaces
MySQLSocket