|
HDK
|
#include <UT_ORMOperation.h>
Inheritance diagram for UT_ORMRenameModelOperation:Public Member Functions | |
| UT_ORMRenameModelOperation ()=default | |
| UT_ORMRenameModelOperation (const UT_StringHolder &old_model, const UT_StringHolder &new_model) | |
| void | setModel (const UT_StringHolder &old_model, const UT_StringHolder &new_model) |
| 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 |
| const UT_StringHolder & | oldModelName () const |
| const UT_StringHolder & | newModelName () const |
Public Member Functions inherited from UT_IORMOperation | |
| virtual | ~UT_IORMOperation ()=default |
| UT_IORMOperation (const UT_IORMOperation &)=default | |
| UT_IORMOperation & | operator= (const UT_IORMOperation &)=default |
| virtual const UT_StringHolder & | name () const =0 |
Additional Inherited Members | |
Protected Member Functions inherited from UT_IORMOperation | |
| UT_IORMOperation ()=default | |
Definition at line 145 of file UT_ORMOperation.h.
|
default |
|
inline |
Definition at line 149 of file UT_ORMOperation.h.
|
overridevirtual |
Implements UT_IORMOperation.
|
inline |
Definition at line 172 of file UT_ORMOperation.h.
|
inline |
Definition at line 171 of file UT_ORMOperation.h.
|
inline |
Definition at line 156 of file UT_ORMOperation.h.
|
overridevirtual |
Implements UT_IORMOperation.