HDK
|
#include <UT_ORMOperation.h>
Public Member Functions | |
UT_ORMRenameFieldOperation ()=default | |
UT_ORMRenameFieldOperation (const UT_StringHolder &model_name, const UT_StringHolder &from_name, const UT_StringHolder &to_name) | |
void | setField (const UT_StringHolder &model_name, const UT_StringHolder &from_name, const UT_StringHolder &to_name) |
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 241 of file UT_ORMOperation.h.
|
default |
|
inlineexplicit |
Definition at line 245 of file UT_ORMOperation.h.
|
overridevirtual |
Implements UT_IORMOperation.
|
overridevirtual |
Implements UT_IORMOperation.
|
inline |
Definition at line 253 of file UT_ORMOperation.h.
|
overridevirtual |
Implements UT_IORMOperation.