getColumnBytes Method
Get a size in bytes of a blob or text column
getColumnBytes(colIndex: number): number
| Parameter | Type | Description | 
|---|---|---|
| colIndex | number | Index of SQL column in query result (0-based) | 
Returns - number
Defined in
- core/backend/src/SqliteStatement.ts Line 372
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.