QxOrm 1.1.8
C++ Object Relational Mapping library

Internal helper tools for qx::trait namespace. More...

Classes

struct  generic_container_base
struct  generic_container_base_without_reserve
struct  generic_container_base_set
struct  generic_container_base_key_value_std_style
struct  generic_container_base_key_value_qt_style
struct  get_sql_type_helper
struct  get_sql_type
struct  get_sql_type< bool >
struct  get_sql_type< qx_bool >
struct  get_sql_type< short >
struct  get_sql_type< int >
struct  get_sql_type< long >
struct  get_sql_type< long long >
struct  get_sql_type< float >
struct  get_sql_type< double >
struct  get_sql_type< long double >
struct  get_sql_type< unsigned short >
struct  get_sql_type< unsigned int >
struct  get_sql_type< unsigned long >
struct  get_sql_type< unsigned long long >
struct  get_sql_type< std::string >
struct  get_sql_type< std::wstring >
struct  get_sql_type< QString >
struct  get_sql_type< QVariant >
struct  get_sql_type< QUuid >
struct  get_sql_type< QDate >
struct  get_sql_type< QTime >
struct  get_sql_type< QDateTime >
struct  get_sql_type< QByteArray >
struct  get_sql_type< qx::QxDateNeutral >
struct  get_sql_type< qx::QxTimeNeutral >
struct  get_sql_type< qx::QxDateTimeNeutral >
struct  is_valid_primary_key
 qx::trait::is_valid_primary_key<T>(const T & t) : return true if t can be a valid primary key to be inserted into a database, otherwise return false More...
struct  is_valid_primary_key< short >
struct  is_valid_primary_key< int >
struct  is_valid_primary_key< long >
struct  is_valid_primary_key< long long >
struct  is_valid_primary_key< QString >
struct  is_valid_primary_key< std::string >
struct  is_valid_primary_key< std::wstring >
struct  is_valid_primary_key< QVariant >

Detailed Description

Internal helper tools for qx::trait namespace.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines