MCPcopy Create free account
hub / github.com/apecloud/myduckserver / ConnectionClosed

Method ConnectionClosed

pgserver/handler.go:41–41  ·  view source on GitHub ↗

ConnectionClosed reports that a connection has been closed.

(c *mysql.Conn)

Source from the content-addressed store, hash-verified

39 ComResetConnection(c *mysql.Conn) error
40 // ConnectionClosed reports that a connection has been closed.
41 ConnectionClosed(c *mysql.Conn)
42 // NewConnection reports that a new connection has been established.
43 NewConnection(c *mysql.Conn)
44 // NewContext creates a new sql.Context instance for the connection |c|. The

Callers 2

ConnectionClosedMethod · 0.65
HandleConnectionMethod · 0.65

Implementers 1

DuckHandlerpgserver/duck_handler.go

Calls

no outgoing calls

Tested by

no test coverage detected