Exec executes the query.
(ctx context.Context)
| 688 | |
| 689 | // Exec executes the query. |
| 690 | func (_c *UserCreateBulk) Exec(ctx context.Context) error { |
| 691 | _, err := _c.Save(ctx) |
| 692 | return err |
| 693 | } |
| 694 | |
| 695 | // ExecX is like Exec, but panics if an error occurs. |
| 696 | func (_c *UserCreateBulk) ExecX(ctx context.Context) { |