UpdateOperation.await

Starts the update procedure and waits for the result. Throws in case of an error. Returns the number of rows affected.

Uses the state modified by previous calls to the builder methods like set and condition on this builder object.

struct UpdateOperation(T : Model, bool hasWhere = false)
@safe scope
ulong
await
()

Bugs

currently does not support joins because the underlying library doesn't expose them yet.

Meta