mysql.protocol.sockets

Internal - Phobos and vibe.d sockets.

Members

Aliases

OpenSocketCallbackPhobos
alias OpenSocketCallbackPhobos = PlainPhobosSocket function(string, ushort)
Undocumented in source.
OpenSocketCallbackVibeD
alias OpenSocketCallbackVibeD = PlainVibeDSocket function(string, ushort)
Undocumented in source.
PlainPhobosSocket
alias PlainPhobosSocket = std.socket.TcpSocket
Undocumented in source.
PlainVibeDSocket
alias PlainVibeDSocket = vibe.core.net.TCPConnection
Undocumented in source.
PlainVibeDSocket
alias PlainVibeDSocket = Object
Undocumented in source.

Classes

MySQLSocketPhobos
class MySQLSocketPhobos
Undocumented in source.
MySQLSocketVibeD
class MySQLSocketVibeD
Undocumented in source.

Enums

MySQLSocketType
enum MySQLSocketType
Undocumented in source.

Interfaces

MySQLSocket
interface MySQLSocket
Undocumented in source.

Meta