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

◆ IsAutoInc()

virtual bool sqt::AbstractPrimaryKey::IsAutoInc ( ) const
pure virtualnoexcept

Checks whether the primary key is auto-incremented.

Returns
true if the primary key is auto-incremented; otherwise false.