database/sql.Stmt.ExecContext (method)
2 uses
database/sql (current package)
sql.go#L2643: func (s *Stmt) ExecContext(ctx context.Context, args ...any) (Result, error) {
sql.go#L2668: return s.ExecContext(context.Background(), args...)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)