Exec executes the query.
(ctx context.Context)
| 887 | |
| 888 | // Exec executes the query. |
| 889 | func (scb *ShareCreateBulk) Exec(ctx context.Context) error { |
| 890 | _, err := scb.Save(ctx) |
| 891 | return err |
| 892 | } |
| 893 | |
| 894 | // ExecX is like Exec, but panics if an error occurs. |
| 895 | func (scb *ShareCreateBulk) ExecX(ctx context.Context) { |