property WriteInfo.updatedColumns

Lower-cased columns an UPDATE assigns, or null when the write narrows nothing: an INSERT, DELETE or REPLACE, or an UPDATE whose SET clause the parser cannot read.

Type

ReadonlySet<string> | null

Usage

import { type WriteInfo } from "doc.ts";