hunt-database ~master (2022-02-21T07:44:19Z)
Home
Dub
Repo
MySQLConnectionFactory
hunt
database
driver
mysql
impl
MySQLConnectionFactory
class
MySQLConnectionFactory {
this
(MySQLConnectOptions options);
void
connect
(AsyncResultHandler!(DbConnection) completionHandler);
}
Constructors
this
this
(MySQLConnectOptions options)
Undocumented in source.
Members
Functions
connect
void
connect
(AsyncResultHandler!(DbConnection) completionHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
hunt
database
driver
mysql
impl
MySQLConnectionFactory
classes
MySQLConnectionFactory