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

◆ GetAbstractIndexes()

virtual AbstractIndexesView sqt::AbstractTable::GetAbstractIndexes ( ) const
pure virtualnoexcept

Gets all indexes of the table.

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