Qx v0.7
Qt Extensions Library
Loading...
Searching...
No Matches
QxSql::sql_struct Concept Reference

Specifies that a type is a SQL-tied struct. More...

Concept definition

template<typename T>
Specifies that a type is a SQL-tied struct registered with QX_SQL_STRUCT().
Definition qx-sqlconcepts.h:32
Specifies that a type is a SQL-tied struct registered with QX_SQL_STRUCT_OUTSIDE().
Definition qx-sqlconcepts.h:37
Specifies that a type is a SQL-tied struct.
Definition qx-sqlconcepts.h:42

Detailed Description

Satisfied if T has been properly registered with QX_SQL_STRUCT() or QX_SQL_STRUCT_OUTSIDE().