getChangeValueType Method @beta
Get changed binary value for a column
getChangeValueType(columnIndex: number, stage: SqliteValueStage): undefined | DbValueType
@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 - undefined | DbValueType
value for changed column
Defined in
Last Updated: 24 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.