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

◆ GetAbstractColumns()

virtual AbstractColumnsView sqt::AbstractTable::GetAbstractColumns ( ) const
pure virtualnoexcept

Gets all columns of the table.

Returns
A view to all columns of the table. It is empty if the table does not have columns.