Struct hdbconnect::ConnectionManager[][src]

pub struct ConnectionManager { /* fields omitted */ }

Implementation of r2d2's ManageConnection interface.

Methods

impl ConnectionManager
[src]

Trait Implementations

impl ManageConnection for ConnectionManager
[src]

The connection type this manager deals with.

The error type returned by Connections.

Attempts to create a new connection.

Determines if the connection is still connected to the database. Read more

Quickly determines if the connection is no longer usable. Read more

Auto Trait Implementations