QxOrm  1.4.9
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_multi_set
struct  generic_container_base_key_value_std_style
struct  generic_container_base_key_value_without_reserve
struct  generic_container_base_key_value_multi_std_style
struct  generic_container_base_key_value_qt_style
struct  get_sql_type_helper
struct  get_sql_type
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< QByteArray >
struct  is_valid_primary_key< std::string >
struct  is_valid_primary_key< std::wstring >
struct  is_valid_primary_key< QVariant >

Functions

QX_DLL_EXPORT const char * get_sql_type_by_class_name (const char *sClassName, const char *sDefaultValue)

Detailed Description

Internal helper tools for qx::trait namespace.


Function Documentation

QX_DLL_EXPORT const char* qx::trait::detail::get_sql_type_by_class_name ( const char *  sClassName,
const char *  sDefaultValue 
)