Module mysql.protocol.sockets

Internal - Phobos and vibe.d sockets.

Interfaces

NameDescription
MySQLSocket A minimal socket interface similar to Vibe.d's TCPConnection. Used to wrap both Phobos and Vibe.d sockets with a common interface.

Classes

NameDescription
MySQLSocketPhobos Wraps a Phobos socket with the common interface

Aliases

NameTypeDescription
PlainPhobosSocket std.socket.TcpSocket Phobos/Vibe.d type aliases
PlainVibeDSocket Object Phobos/Vibe.d type aliases