mysql-lited v0.2.4 (2015-05-19T12:44:57Z)
Dub
Repo
MySQLClientT
mysql
client
Undocumented in source.
final
class
MySQLClientT (
SocketType
) {
this
(string connectionString);
this
(string host, ushort port, string user, string pwd, string db);
auto
lockConnection
();
alias
ConnectionType
=
Connection
!
VibeSocket
*
;
}
Constructors
this
this
(string connectionString)
Undocumented in source.
this
this
(string host, ushort port, string user, string pwd, string db)
Undocumented in source.
Members
Aliases
ConnectionType
alias
ConnectionType
=
Connection
!
VibeSocket
*
Undocumented in source.
Functions
lockConnection
auto
lockConnection
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
mysql
client
aliases
MySQLClient
classes
MySQLClientT