Exec executes the query.
(ctx context.Context)
| 203 | |
| 204 | // Exec executes the query. |
| 205 | func (_u *GroupUpdate) Exec(ctx context.Context) error { |
| 206 | _, err := _u.Save(ctx) |
| 207 | return err |
| 208 | } |
| 209 | |
| 210 | // ExecX is like Exec, but panics if an error occurs. |
| 211 | func (_u *GroupUpdate) ExecX(ctx context.Context) { |