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

◆ GetAbstractPrimaryKey()

virtual constexpr const AbstractPrimaryKey * sqt::AbstractTable::GetAbstractPrimaryKey ( ) const
constexprvirtualnoexcept

Gets the primary key of the table.

Returns
A pointer to the primary key; or nullptr if the table does not have a primary key.