#include "UT_API.h"
#include "UT_Array.h"
#include "UT_Debug.h"
#include "UT_Function.h"
#include "UT_Lock.h"
#include "UT_NonCopyable.h"
#include "UT_ORMField.h"
#include "UT_Optional.h"
#include "UT_SGuid.h"
#include "UT_SQL.h"
#include "UT_SharedPtr.h"
#include "UT_StringHolder.h"
#include "UT_ThreadSpecificValue.h"
#include "UT_UniquePtr.h"
#include "UT_WorkBuffer.h"
#include "UT_ORMMigrationResult.h"
#include <variant>
#include <utility>
Go to the source code of this file.
#define UT_DECLARE_MODEL |
( |
| ) |
|
Value:
static const Meta& metaInfo();
*get result *(waiting if necessary)*A common idiom is to fire a bunch of sub tasks at the and then *wait for them to all complete We provide a helper class
Definition at line 689 of file UT_SQLORM.h.
#define UT_DEFINE_MODEL |
( |
|
_model_ | ) |
|
Value:const _model_::Meta& _model_::metaInfo() \
{ \
static Meta _instance; \
return _instance; \
}
Definition at line 695 of file UT_SQLORM.h.