Exec executes the query.
(ctx context.Context)
| 168 | |
| 169 | // Exec executes the query. |
| 170 | func (_c *UserCreate) Exec(ctx context.Context) error { |
| 171 | _, err := _c.Save(ctx) |
| 172 | return err |
| 173 | } |
| 174 | |
| 175 | // ExecX is like Exec, but panics if an error occurs. |
| 176 | func (_c *UserCreate) ExecX(ctx context.Context) { |