getChangeValueType Method @beta
Get changed binary value for a column
getChangeValueType(columnIndex: number, stage: SqliteValueStage): DbValueType | undefined
@returns value for changed column
| Parameter | Type | Description |
|---|---|---|
| columnIndex | number | index of column in current change |
| stage | SqliteValueStage | old or new value for change. |
Returns - DbValueType | undefined
value for changed column
Defined in
- backend/src/SqliteChangesetReader.ts Line 242
Last Updated: 09 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.