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.
Properties
Section titled “Properties”where()
Section titled “where()”where: (
condition) =>UpdateReturningBuilder
Defined in: packages/db/src/types.ts:505
Specifies the WHERE condition (AND’d with permission filters at .run() time).
Parameters
Section titled “Parameters”condition
Section titled “condition”unknown