type database/sql/driver.ExecerContext
3 uses
database/sql/driver (current package)
driver.go#L199: 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#L1700: execerCtx, ok := dc.ci.(driver.ExecerContext)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)