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