SQT
A C++ ORM framework for SQLite
Loading...
Searching...
No Matches
sqt::IdentifierType Concept Reference

#include <sqt/orm/table/identifier_type.h>

Description

Constrains a type to be an identifier type, which is a column type, primary key type or index type.

Requirements

Identifiers can be used for expressions that require an identifier, such as assignment expressions.

See also
sqt::AssignmentType
sqt::ColumnType
sqt::CompositeColumnType