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

◆ IsNullable()

virtual bool sqt::AbstractColumn::IsNullable ( ) const
pure virtualnoexcept

Indicates whether the value of the column is nullable.

Returns
true if the column is nullable; otherwise false.