MySQLPoolImpl

Constructors

this
this(MySQLConnectOptions connectOptions, PoolOptions poolOptions)
Undocumented in source.

Members

Functions

connect
void connect(AsyncDbConnectionHandler completionHandler)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.
wrap
SqlConnection wrap(DbConnection conn)
Undocumented in source. Be warned that the author may not have intended to support it.

Inherited Members

From MySQLPool

pool
MySQLPool pool(MySQLConnectOptions connectOptions, PoolOptions poolOptions)

Like {@link #pool(MySQLConnectOptions, PoolOptions)} with a specific {@link Vertx} instance.

Meta