NewContext creates a new sql.Context instance for the connection |c|. The optional |query| can be specified to populate the sql.Context's query field.
(ctx context.Context, c *mysql.Conn, query string)
| 44 | // NewContext creates a new sql.Context instance for the connection |c|. The |
| 45 | // optional |query| can be specified to populate the sql.Context's query field. |
| 46 | NewContext(ctx context.Context, c *mysql.Conn, query string) (*sql.Context, error) |
| 47 | } |
no outgoing calls