HDK
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
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>
32
UT_ORMColumnType
33
UTsqlOrmColumnType
()
34
{
35
return
UT_ORMColumnType::Error
;
36
}
37
38
#endif // __UT_ORMCOLUMNTYPE_H__
UT_ORMColumnType::DateTime
UT_ORMColumnType::String
UT_ORMColumnType
UT_ORMColumnType
Definition:
UT_ORMColumnType.h:18
UT_API.h
UT_ORMColumnType::Nullptr
UT_ORMColumnType::Blob
UT_ORMColumnType::Int32
UT_ORMColumnType::Real
UT_ORMColumnType::Bool
UTsqlOrmColumnType
UT_ORMColumnType UTsqlOrmColumnType()
Definition:
UT_ORMColumnType.h:33
UT_ORMColumnType::Int64
UT_ORMColumnType::Error
UT
UT_ORMColumnType.h
Generated on Mon Nov 17 2025 02:35:10 for HDK by
1.8.6