SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches

◆ GetColumnDouble()

double sqt::Statement::GetColumnDouble ( int column_index) const
noexcept

Gets a double value from the column at the specified index from the current selected row.

Parameters
column_indexThe index of the column.
Returns
The double value from the column.