mysql-native v0.2.0-preview1 (2017-01-30T02:35:23Z)
Dub
Repo
MysqlDB
mysql
db
Undocumented in source.
version(Have_vibe_d_core)
class
MysqlDB {
this
(string host, string user, string password, string database, ushort port, SvrCapFlags capFlags);
this
(string connStr, SvrCapFlags capFlags);
auto
lockConnection
();
}
Constructors
this
this
(string host, string user, string password, string database, ushort port, SvrCapFlags capFlags)
Undocumented in source.
this
this
(string connStr, SvrCapFlags capFlags)
Undocumented in source.
Members
Functions
lockConnection
auto
lockConnection
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
mysql
db
classes
MysqlDB