HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ORMColumnType.h File Reference
#include "UT_API.h"
+ Include dependency graph for UT_ORMColumnType.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  UT_ORMColumnType {
  UT_ORMColumnType::Error, UT_ORMColumnType::Nullptr, UT_ORMColumnType::String, UT_ORMColumnType::Int32,
  UT_ORMColumnType::Int64, UT_ORMColumnType::Bool, UT_ORMColumnType::Real, UT_ORMColumnType::DateTime,
  UT_ORMColumnType::Blob
}
 

Functions

template<typename T >
UT_ORMColumnType UTsqlOrmColumnType ()
 

Enumeration Type Documentation

enum UT_ORMColumnType
strong
Enumerator
Error 
Nullptr 
String 
Int32 
Int64 
Bool 
Real 
DateTime 
Blob 

Definition at line 18 of file UT_ORMColumnType.h.

Function Documentation

template<typename T >
UT_ORMColumnType UTsqlOrmColumnType ( )

Definition at line 33 of file UT_ORMColumnType.h.