QxOrm 1.4.9
C++ Object Relational Mapping library
Loading...
Searching...
No Matches

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 <get_sql_type.h>

Public Types

typedef qx::trait::detail::get_sql_type_helper< T >::type type_sql
 

Static Public Member Functions

static const char * get ()
 

Detailed Description

template<typename T>
struct qx::trait::get_sql_type< T >

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 at line 98 of file get_sql_type.h.

Member Typedef Documentation

◆ type_sql

template<typename T >
typedef qx::trait::detail::get_sql_type_helper<T>::type qx::trait::get_sql_type< T >::type_sql

Definition at line 100 of file get_sql_type.h.

Member Function Documentation

◆ get()

template<typename T >
static const char * qx::trait::get_sql_type< T >::get ( )
inlinestatic

Definition at line 101 of file get_sql_type.h.


The documentation for this struct was generated from the following file: