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

◆ GetColumnInt64()

std::int64_t sqt::Statement::GetColumnInt64 ( int column_index) const
noexcept

Gets a std::int64_t value from the column at the specified index from the current selected row.

Parameters
column_indexThe index of the column.
Returns
The std::int64_t value from the column.