type database/sql/driver.ExecerContext
6 uses
database/sql/driver (current package)
driver.go#L192: type ExecerContext interface {
database/sql
ctxutil.go#L29: func ctxDriverExec(ctx context.Context, execerCtx driver.ExecerContext, execer driver.Execer, query string, nvdargs []driver.NamedValue) (driver.Result, error) {
sql.go#L1564: execerCtx, ok := dc.ci.(driver.ExecerContext)
contrib.go.opencensus.io/integrations/ocsql
driver.go#L20: driver.ExecerContext
driver.go#L197: if execCtx, ok := c.parent.(driver.ExecerContext); ok {
golang.org/x/pkgsite/internal/database
driver.go#L50: driver.ExecerContext
![]() |
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. |