setOpCodeFilters Method @beta

Restrict iteration to changes with the given operation types. That means the rows for changes with other operation types will be skipped entirely and won't be visible through the reader.

setOpCodeFilters(ops: Set<SqliteChangeOp>): void

Parameter Type Description
ops Set<SqliteChangeOp> Operations to include.

Returns - void

Defined in

Last Updated: 05 May, 2026