HDK
|
#include <UT_ORMMigrationBuilder.h>
Classes | |
struct | Model |
Public Member Functions | |
UT_ORMMigrationBuilder ()=default | |
UT_NON_COPYABLE (UT_ORMMigrationBuilder) | |
~UT_ORMMigrationBuilder () | |
bool | hasModel (const UT_StringRef &name) |
UT_ORMMigration & | addMigration (const UT_StringHolder &table_name, const UT_StringHolder &name) |
UT_Map< UT_StringHolder, Model > & | models () |
const UT_Map< UT_StringHolder, Model > & | models () const |
const UT_Array< UT_ORMMigration > & | migrations () const |
const UT_Array< const UT_ORMModelMeta * > & | registeredModelMetas () const |
void | registerModelMeta (const UT_ORMModelMeta *meta) |
Friends | |
class | UT_ORMMigration |
class | UT_ORMMigrationChangeNotifier |
Definition at line 128 of file UT_ORMMigrationBuilder.h.
|
default |
UT_ORMMigrationBuilder::~UT_ORMMigrationBuilder | ( | ) |
UT_ORMMigration& UT_ORMMigrationBuilder::addMigration | ( | const UT_StringHolder & | table_name, |
const UT_StringHolder & | name | ||
) |
bool UT_ORMMigrationBuilder::hasModel | ( | const UT_StringRef & | name | ) |
|
inline |
Definition at line 150 of file UT_ORMMigrationBuilder.h.
|
inline |
Definition at line 147 of file UT_ORMMigrationBuilder.h.
|
inline |
Definition at line 148 of file UT_ORMMigrationBuilder.h.
|
inline |
Definition at line 152 of file UT_ORMMigrationBuilder.h.
|
inline |
Definition at line 156 of file UT_ORMMigrationBuilder.h.
UT_ORMMigrationBuilder::UT_NON_COPYABLE | ( | UT_ORMMigrationBuilder | ) |
|
friend |
Definition at line 162 of file UT_ORMMigrationBuilder.h.
|
friend |
Definition at line 163 of file UT_ORMMigrationBuilder.h.