Skip to content

UpdateWhereBuilder

UpdateWhereBuilder = object

Defined in: packages/db/src/types.ts:503

Intermediate builder requiring a WHERE condition before the update can execute.

The WHERE condition is AND’d with any permission-based WHERE clauses from the user’s grants.

where: (condition) => UpdateReturningBuilder

Defined in: packages/db/src/types.ts:505

Specifies the WHERE condition (AND’d with permission filters at .run() time).

unknown

UpdateReturningBuilder