HDK
|
#include "UT_API.h"
#include "UT_StringHolder.h"
#include "UT_ErrorCode.h"
#include "UT_DateTimeField.h"
#include "UT_WorkBuffer.h"
#include "UT_SQL.h"
#include "UT_Array.h"
#include "UT_Optional.h"
#include "UT_SGuid.h"
#include "UT_ORMColumn.h"
#include <variant>
Go to the source code of this file.
Classes | |
class | UT_IORMFieldAdapter |
class | UT_ORMFieldColumn |
class | UT_ORMBasicFieldAdapter< Cls, MemberT > |
class | UT_ORMForeignKeyField< ModelT > |
class | UT_ORMForeignKeyFieldAdapter< Cls, ForeignKey > |
Typedefs | |
template<typename Cls > | |
using | UT_ORMStringFieldAdapter = UT_ORMBasicFieldAdapter< Cls, UT_StringHolder > |
template<typename Cls > | |
using | UT_ORMInt32FieldAdapter = UT_ORMBasicFieldAdapter< Cls, int32 > |
template<typename Cls > | |
using | UT_ORMInt64FieldAdapter = UT_ORMBasicFieldAdapter< Cls, int64 > |
template<typename Cls > | |
using | UT_ORMBoolFieldAdapter = UT_ORMBasicFieldAdapter< Cls, bool > |
using UT_ORMBoolFieldAdapter = UT_ORMBasicFieldAdapter<Cls, bool> |
Definition at line 157 of file UT_ORMField.h.
using UT_ORMInt32FieldAdapter = UT_ORMBasicFieldAdapter<Cls, int32> |
Definition at line 153 of file UT_ORMField.h.
using UT_ORMInt64FieldAdapter = UT_ORMBasicFieldAdapter<Cls, int64> |
Definition at line 155 of file UT_ORMField.h.
using UT_ORMStringFieldAdapter = UT_ORMBasicFieldAdapter<Cls, UT_StringHolder> |
Definition at line 151 of file UT_ORMField.h.