HDK
|
#include <UT_ORMOperation.h>
Public Member Functions | |
UT_ORMAddFieldOperation ()=default | |
UT_ORMAddFieldOperation (const UT_StringHolder &model_name, UT_ORMModelStateField &&field) | |
void | setField (const UT_StringHolder &model_name, UT_ORMModelStateField &&field) |
const UT_StringHolder & | name () const override |
void | databaseForwards (UT_IORMSchemaEditor &editor, const UT_ORMMigrationState &from_state, const UT_ORMMigrationState &to_state, UT_ErrorCode &ec) override |
void | stateForwards (UT_ORMMigrationState &state, UT_ErrorCode &ec) override |
![]() | |
virtual | ~UT_IORMOperation ()=default |
UT_IORMOperation (const UT_IORMOperation &)=default | |
UT_IORMOperation & | operator= (const UT_IORMOperation &)=default |
Additional Inherited Members | |
![]() | |
UT_IORMOperation ()=default | |
Definition at line 178 of file UT_ORMOperation.h.
|
default |
|
inlineexplicit |
Definition at line 182 of file UT_ORMOperation.h.
|
overridevirtual |
Implements UT_IORMOperation.
|
overridevirtual |
Implements UT_IORMOperation.
|
inline |
Definition at line 189 of file UT_ORMOperation.h.
|
overridevirtual |
Implements UT_IORMOperation.