PgPoolStatus.fromPgPoolStatus constructor
PgPoolStatus.fromPgPoolStatus(
- PgPoolStatus other
Implementation
PgPoolStatus.fromPgPoolStatus(PgPoolStatus other)
: connections = other.connections,
activeSessionCount = other.activeSessionCount,
pendingSessionCount = other.pendingSessionCount;