TracePrepareStart is called at the beginning of Prepare calls. The returned context is used for the rest of the call and will be passed to TracePrepareEnd.
(ctx context.Context, conn *Conn, data TracePrepareStartData)
| 74 | // TracePrepareStart is called at the beginning of Prepare calls. The returned context is used for the |
| 75 | // rest of the call and will be passed to TracePrepareEnd. |
| 76 | TracePrepareStart(ctx context.Context, conn *Conn, data TracePrepareStartData) context.Context |
| 77 | |
| 78 | TracePrepareEnd(ctx context.Context, conn *Conn, data TracePrepareEndData) |
| 79 | } |
no outgoing calls
no test coverage detected