Exec executes the query on the entity.
(ctx context.Context)
| 549 | |
| 550 | // Exec executes the query on the entity. |
| 551 | func (_u *GroupUpdateOne) Exec(ctx context.Context) error { |
| 552 | _, err := _u.Save(ctx) |
| 553 | return err |
| 554 | } |
| 555 | |
| 556 | // ExecX is like Exec, but panics if an error occurs. |
| 557 | func (_u *GroupUpdateOne) ExecX(ctx context.Context) { |