Qx v0.7
Qt Extensions Library
|
Specifies that a type is generally convertible to/from SQL. More...
Satisfied if a Converter specialization exists for T that includes functions with the signatures:
static Qx::SqlError fromSql(T& value, const QVariant vValue)
static QVariant toSql(const T& value)