PgPoolImpl

Todo :

- handle timeout when acquiring a connection - for per statement pooling, have several physical connection and use the less busy one to avoid head of line blocking effect

@author <a href="mailto:julien@julienviet.com">Julien Viet</a> @author <a href="mailto:emad.albloushi@gmail.com">Emad Alblueshi</a>

Constructors

this
this(PgConnectOptions 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 PgPool

pool
PgPool pool(PgConnectOptions connectOptions, PoolOptions poolOptions)

Create a connection pool to the database configured with the given {@code connectOptions} and {@code poolOptions}.

Meta