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

Go to the source code of this file.

Classes

class  UT_ORMColumn
 

Functions

template<typename T >
UT_ORMColumn::Type UTsqlOrmColumnType ()
 
template<>
UT_ORMColumn::Type UTsqlOrmColumnType< int > ()
 
template<>
UT_ORMColumn::Type UTsqlOrmColumnType< int64 > ()
 
template<>
UT_ORMColumn::Type UTsqlOrmColumnType< UT_StringHolder > ()
 
template<>
UT_ORMColumn::Type UTsqlOrmColumnType< const char * > ()
 
template<>
UT_ORMColumn::Type UTsqlOrmColumnType< bool > ()
 
template<>
UT_ORMColumn::Type UTsqlOrmColumnType< UT_DateTimeField > ()
 

Function Documentation

template<typename T >
UT_ORMColumn::Type UTsqlOrmColumnType ( )

Definition at line 169 of file UT_ORMColumn.h.

template<>
UT_ORMColumn::Type UTsqlOrmColumnType< bool > ( )
inline

Definition at line 202 of file UT_ORMColumn.h.

template<>
UT_ORMColumn::Type UTsqlOrmColumnType< const char * > ( )
inline

Definition at line 195 of file UT_ORMColumn.h.

template<>
UT_ORMColumn::Type UTsqlOrmColumnType< int > ( )
inline

Definition at line 177 of file UT_ORMColumn.h.

template<>
UT_ORMColumn::Type UTsqlOrmColumnType< int64 > ( )
inline

Definition at line 183 of file UT_ORMColumn.h.

Definition at line 209 of file UT_ORMColumn.h.

Definition at line 189 of file UT_ORMColumn.h.