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_index
The index of the column.
Returns
The
std::int64_t
value from the column.
sqt
Statement
Generated by
1.14.0