HDK
|
#include <UT_ORMMigrationBuilder.h>
Public Member Functions | |
UT_ORMMigrationBuilder ()=default | |
UT_NON_COPYABLE (UT_ORMMigrationBuilder) | |
~UT_ORMMigrationBuilder () | |
UT_ORMMigration & | addMigration (const UT_StringHolder &model_mig_name, const UT_StringHolder &mig_name) |
const UT_Array< UT_SharedPtr < UT_ORMMigration > > & | migrations () const |
const UT_StringHolder & | errorMessage () const |
const UT_ErrorCode & | errorCode () const |
Definition at line 52 of file UT_ORMMigrationBuilder.h.
|
default |
UT_ORMMigrationBuilder::~UT_ORMMigrationBuilder | ( | ) |
UT_ORMMigration& UT_ORMMigrationBuilder::addMigration | ( | const UT_StringHolder & | model_mig_name, |
const UT_StringHolder & | mig_name | ||
) |
|
inline |
Definition at line 69 of file UT_ORMMigrationBuilder.h.
|
inline |
Definition at line 68 of file UT_ORMMigrationBuilder.h.
|
inline |
Definition at line 63 of file UT_ORMMigrationBuilder.h.
UT_ORMMigrationBuilder::UT_NON_COPYABLE | ( | UT_ORMMigrationBuilder | ) |