getValue Method
Get the value for the column at the given index in the query result.
getValue(columnIx: number): SqliteValue
| Parameter | Type | Description | 
|---|---|---|
| columnIx | number | Index of SQL column in query result (0-based) | 
Returns - SqliteValue
Defined in
- core/backend/src/SqliteStatement.ts Line 360
Last Updated: 30 October, 2025
Found something wrong, missing, or unclear on this page? Raise an issue in our repo.