API Reference > imodeljs-backend > SQLite > SqliteStatement > getValue 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 242 Last Updated: 11 June, 2024