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

◆ GetColumnInt()

int sqt::Statement::GetColumnInt ( int column_index) const
noexcept

Gets an int value from the column at the specified index from the current selected row.

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