Qx v0.7
Qt Extensions Library
|
Specifies that a type has override conversions for changing to/from SQL. More...
Satisfied if QX_SQL_MEMBER_OVERRIDE() has been used to add functions to a SQL-tied struct with the signatures:
static Qx::SqlError fromSql(T& member, const QVariant& vValue)
static QVaroamt toSql(const T& member)