func database/sql.ctxDriverPrepare
5 uses
database/sql (current package)
ctxutil.go#L13: func ctxDriverPrepare(ctx context.Context, ci driver.Conn, query string) (driver.Stmt, error) {
sql.go#L524: si, err := ctxDriverPrepare(ctx, dc.ci, query)
sql.go#L1589: si, err = ctxDriverPrepare(ctx, dc.ci, query)
sql.go#L1672: si, err = ctxDriverPrepare(ctx, dc.ci, query)
sql.go#L2293: si, err = ctxDriverPrepare(ctx, dc.ci, stmt.query)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |