|
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 "UT_IntrusivePtr.h"#include <variant>
Include dependency graph for UT_ORMField.h:
This graph shows which files directly or indirectly include this file: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 281 of file UT_ORMField.h.
| using UT_ORMInt32FieldAdapter = UT_ORMBasicFieldAdapter<Cls, int32> |
Definition at line 277 of file UT_ORMField.h.
| using UT_ORMInt64FieldAdapter = UT_ORMBasicFieldAdapter<Cls, int64> |
Definition at line 279 of file UT_ORMField.h.
| using UT_ORMStringFieldAdapter = UT_ORMBasicFieldAdapter<Cls, UT_StringHolder> |
Definition at line 275 of file UT_ORMField.h.