mysql-native v2.2.0

API Reference Home: [This Version] [Latest Version] [Other Versions]


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

Enums

NameDescription
MySQLSocketType

Aliases

NameTypeDescription
OpenSocketCallbackPhobos std.socket.TcpSocket function(string, ushort)
OpenSocketCallbackVibeD Object function(string, ushort)
PlainPhobosSocket std.socket.TcpSocket Phobos/Vibe.d type aliases
PlainVibeDSocket Object Phobos/Vibe.d type aliases