Module mysql.protocol.sockets
Internal - Phobos and vibe.d sockets.
Interfaces
Name | Description |
---|---|
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
Name | Description |
---|---|
MySQLSocketPhobos
|
Wraps a Phobos socket with the common interface |
Aliases
Name | Type | Description |
---|---|---|
PlainPhobosSocket
|
std
|
Phobos/Vibe.d type aliases |
PlainVibeDSocket
|
Object
|
Phobos/Vibe.d type aliases |