HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ORMColumnType.h
Go to the documentation of this file.
1 /*
2  * PROPRIETARY INFORMATION. This software is proprietary to
3  * Side Effects Software Inc., and is not to be reproduced,
4  * transmitted, or disclosed in any way without written permission.
5  *
6  * NAME: UT_ORMColumnType.h
7  *
8  * COMMENTS:
9  *
10  *
11  */
12 
13 #ifndef __UT_ORMCOLUMNTYPE_H__
14 #define __UT_ORMCOLUMNTYPE_H__
15 
16 #include "UT_API.h"
17 
18 enum class UT_ORMColumnType
19 {
20  Error,
21  Nullptr,
22  String,
23  Int32,
24  Int64,
25  Bool,
26  Real,
27  DateTime,
28  Blob
29 };
30 
31 template <typename T>
34 {
36 }
37 
38 #endif // __UT_ORMCOLUMNTYPE_H__
UT_ORMColumnType
UT_ORMColumnType UTsqlOrmColumnType()