ConnectionClosed reports that a connection has been closed.
(c *mysql.Conn)
| 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 |
no outgoing calls
no test coverage detected