getValueBlobMaybe Method
Get the value as a blob, or undefined if it is null.
getValueBlobMaybe(colIndex: number): Uint8Array | undefined
| Parameter | Type | Description |
|---|---|---|
| colIndex | number | Index of SQL column in query result (0-based) |
Returns - Uint8Array | undefined
Defined in
- backend/src/SqliteStatement.ts Line 384
Last Updated: 09 May, 2026
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.