()
| 205 | } |
| 206 | |
| 207 | func (b *UpdateStmt) Exec() (sql.Result, error) { |
| 208 | return b.ExecContext(context.Background()) |
| 209 | } |
| 210 | |
| 211 | func (b *UpdateStmt) ExecContext(ctx context.Context) (sql.Result, error) { |
| 212 | return exec(ctx, b.Runner, b.EventReceiver, b, b.Dialect) |