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

◆ SQT_TABLE_END

#define SQT_TABLE_END

Ends the definition of a table type.

This macro closes the definition of a table type that was opened using the SQT_TABLE_BEGIN macro.

See also
SQT_TABLE_BEGIN