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

◆ GetColumnType()

DataType sqt::Statement::GetColumnType ( int column_index) const
noexcept

Gets the data type of the column at the specified index from the current selected row.

Parameters
column_indexThe index of the column.
Returns
The data type of the column.