Exec executes the query.
(ctx context.Context)
| 755 | |
| 756 | // Exec executes the query. |
| 757 | func (tcb *TaskCreateBulk) Exec(ctx context.Context) error { |
| 758 | _, err := tcb.Save(ctx) |
| 759 | return err |
| 760 | } |
| 761 | |
| 762 | // ExecX is like Exec, but panics if an error occurs. |
| 763 | func (tcb *TaskCreateBulk) ExecX(ctx context.Context) { |