module

DB::ConnectionContext

Instance methods

discard(connection : Connection)

Indicates that the connection was permanently closed and should not be used in the future.

Source
release(connection : Connection)

Indicates that the connection is no longer needed and can be reused in the future.

Source