PgPoolEvent.fromPgPoolEvent constructor
PgPoolEvent.fromPgPoolEvent(
- PgPoolEvent other
Implementation
PgPoolEvent.fromPgPoolEvent(PgPoolEvent other)
: connectionId = other.connectionId,
sessionId = other.sessionId,
traceId = other.traceId,
action = other.action,
query = other.query,
substitutionValues = other.substitutionValues,
elapsed = other.elapsed,
error = other.error,
stackTrace = other.stackTrace;