Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface UpdatePermission

Hierarchy

  • UpdatePermission

Index

Properties

Properties

Optional check

check: {}

Postcondition which must be satisfied by rows which have been updated

Type declaration

  • [key: string]: object | string | number

columns

columns: PGColumn[] | "*"

Only these columns are selectable (or all when '*' is specified)

Optional filter

filter: {}

Only the rows where this precondition holds true are updatable

Type declaration

  • [key: string]: object | string | number

Optional set

Preset values for columns that can be sourced from session variables or static values

Generated using TypeDoc