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

Specifies that a type is a non-associative container, the value type of which is convertible to/from SQL. More...

Concept definition

template<typename T>
Specifies that a type is a non-associative container, the value type of which is convertible to/from ...
Definition qx-sqlconcepts.h:62
Specifies that a type is generally convertible to/from SQL.
Definition qx-sqlconcepts.h:45
Specifies that a type is a Qt-based collection type.
Definition qx-concepts.h:524

Detailed Description

Satisfied if T satisfies Qx::qcollective and T::value_type satisfies sql_convertible.