Exec executes the query.
(ctx context.Context)
| 1165 | |
| 1166 | // Exec executes the query. |
| 1167 | func (_c *MachineCreateBulk) Exec(ctx context.Context) error { |
| 1168 | _, err := _c.Save(ctx) |
| 1169 | return err |
| 1170 | } |
| 1171 | |
| 1172 | // ExecX is like Exec, but panics if an error occurs. |
| 1173 | func (_c *MachineCreateBulk) ExecX(ctx context.Context) { |