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