mysql-native v3.0.0
API Reference Home: [This Version] [Latest Version] [Other Versions]
Interface MySQLSocket
A minimal socket interface similar to Vibe.d's TCPConnection. Used to wrap both Phobos and Vibe.d sockets with a common interface.
interface MySQLSocket
;
Properties
Name | Type | Description |
---|---|---|
connected [get]
|
bool |
Methods
Name | Description |
---|---|
acquire
|
|
amOwner
|
|
close
|
|
isOwner
|
|
read
|
|
release
|
|
write
|