PgPoolStatus.fromPgPoolStatus constructor

PgPoolStatus.fromPgPoolStatus(
  1. PgPoolStatus other
)

Implementation

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