getValueBlob Method
Get a value as a blob
getValueBlob(colIndex: number): Uint8Array
| Parameter | Type | Description | 
|---|---|---|
| colIndex | number | Index of SQL column in query result (0-based) | 
Returns - Uint8Array
Defined in
- core/backend/src/SqliteStatement.ts Line 373
Last Updated: 24 June, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.