mysql-native v3.0.0
API Reference Home: [This Version] [Latest Version] [Other Versions]
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 |
Enums
Name | Description |
---|---|
MySQLSocketType
|
Aliases
Name | Type | Description |
---|---|---|
OpenSocketCallbackPhobos
|
std
|
|
OpenSocketCallbackVibeD
|
Object function(string, ushort)
|
|
PlainPhobosSocket
|
std
|
Phobos/Vibe.d type aliases |
PlainVibeDSocket
|
Object
|
Phobos/Vibe.d type aliases |