![]() |
QxOrm 1.4.9
C++ Object Relational Mapping library
|
qx::trait::get_sql_type<T>::get() : return type name under const char * format used by database engine to map a C++ type T More...
#include <QtCore/qsharedpointer.h>
#include <QtCore/qscopedpointer.h>
#include <QxTraits/is_qx_registered.h>
#include <QxTraits/get_primary_key.h>
#include <QxTraits/remove_attr.h>
#include <QxTraits/get_class_name_primitive.h>
#include <QxDao/QxDaoPointer.h>
#include <QxDao/QxDateNeutral.h>
#include <QxDao/QxTimeNeutral.h>
#include <QxDao/QxDateTimeNeutral.h>
#include <QxCommon/QxBool.h>
Go to the source code of this file.
Namespaces | |
namespace | qx |
Root namespace for all QxOrm library features. | |
namespace | qx::trait |
QxOrm library traits (template metaprogramming) not available in boost::type_traits library. | |
namespace | qx::trait::detail |
Internal helper tools for qx::trait namespace. | |
Macros | |
#define | QX_REGISTER_TRAIT_GET_SQL_TYPE(className, sqlType) |
Functions | |
QX_DLL_EXPORT const char * | qx::trait::detail::get_sql_type_by_class_name (const char *sClassName, const char *sDefaultValue) |
qx::trait::get_sql_type<T>::get() : return type name under const char * format used by database engine to map a C++ type T
Definition in file get_sql_type.h.
#define QX_REGISTER_TRAIT_GET_SQL_TYPE | ( | className, | |
sqlType ) |
Definition at line 227 of file get_sql_type.h.