CrdbPoolEvent class

Inheritance

Constructors

CrdbPoolEvent({required int nodeId, required PgEndpoint pgEndpoint, required Uri apiBaseUri, required PgPoolEvent event})

Properties

action String
One of PgPoolAction values.
finalinherited
apiBaseUri Uri
final
connectionId int
The id of the connection
finalinherited
elapsed Duration?
The elapsed time since the operation started (if applicable).
finalinherited
error → dynamic
The error object (if there was any).
finalinherited
hashCode int
The hash code for this object.
no setterinherited
nodeId int
final
pgEndpoint PgEndpoint
final
query String?
The SQL query (if there was any).
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sessionId String?
The identifier of the session (e.g. activity type)
finalinherited
stackTrace StackTrace?
The stack trace when the error happened (if there was any).
finalinherited
substitutionValues Map<String, dynamic>?
The SQL query's substitution values (if there was any).
finalinherited
traceId String?
The unique identifier of a request (used for correlating log entries).
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited