ConnectionPool.add

Add a connection to the pool explicitly

class ConnectionPool(Connection)
@safe nothrow
bool
add
(
Connection conn
)

Parameters

conn Connection

new connection to add to the pool

Return Value

Type: bool

success/failure

Meta