HDK
|
#include <UT_ORMOperation.h>
Public Member Functions | |
UT_ORMDropTableOperation ()=default | |
UT_ORMDropTableOperation (const UT_StringHolder &model_name) | |
void | setModelName (const UT_StringHolder &model_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 120 of file UT_ORMOperation.h.
|
default |
|
inlineexplicit |
Definition at line 124 of file UT_ORMOperation.h.
|
overridevirtual |
Implements UT_IORMOperation.
|
overridevirtual |
Implements UT_IORMOperation.
|
inline |
Definition at line 129 of file UT_ORMOperation.h.
|
overridevirtual |
Implements UT_IORMOperation.