type alias WriteInfo

What a write narrows to, for column-gated invalidation.

Properties

updatedColumns: ReadonlySet<string> | null

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.

Usage

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