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

◆ GetColumnText()

std::string_view sqt::Statement::GetColumnText ( int column_index) const
noexcept

Gets an UTF-8 encoded string from the column at the specified index from the current selected row.

Parameters
column_indexThe index of the column.
Returns
The UTF-8 encoded string from the column. The string is a view of the column data and will be invalidated after the statement steps forward, is reset or destroyed.