|
HDK
|
This is the complete list of members for UT_ORMCreateTableOperation, including all inherited members.
| addAutoField(const UT_StringHolder &name, UT_ORMColumn::Type type, UT_ORMColumn::Properties props=UT_ORMColumn::Properties::Empty) | UT_ORMCreateTableOperation | inline |
| addField(UT_ORMModelStateField &&field) | UT_ORMCreateTableOperation | inline |
| addField(const UT_StringHolder &name, UT_ORMColumn::Type type, UT_ORMColumn::Properties props=UT_ORMColumn::Properties::Empty) | UT_ORMCreateTableOperation | inline |
| addForeignField(const UT_StringHolder &name, UT_ORMColumn::Type type, const UT_StringHolder &foreign_table, const UT_StringHolder &foreign_col, unsigned props=UT_ORMColumn::Properties::Empty, UT_ORMColumn::OnDelete ondelete=UT_ORMColumn::OnDelete::Cascade) | UT_ORMCreateTableOperation | inline |
| databaseForwards(UT_IORMSchemaEditor &editor, const UT_ORMMigrationState &from_state, const UT_ORMMigrationState &to_state, UT_ErrorCode &ec) override | UT_ORMCreateTableOperation | virtual |
| name() const override | UT_ORMCreateTableOperation | virtual |
| operator=(const UT_IORMOperation &)=default | UT_IORMOperation | |
| setTableName(const UT_StringHolder &table_name) | UT_ORMCreateTableOperation | inline |
| stateForwards(UT_ORMMigrationState &state, UT_ErrorCode &ec) override | UT_ORMCreateTableOperation | virtual |
| UT_IORMOperation(const UT_IORMOperation &)=default | UT_IORMOperation | |
| UT_IORMOperation()=default | UT_IORMOperation | protected |
| UT_ORMCreateTableOperation()=default | UT_ORMCreateTableOperation | |
| UT_ORMCreateTableOperation(const UT_StringHolder &table_name) | UT_ORMCreateTableOperation | inlineexplicit |
| ~UT_IORMOperation()=default | UT_IORMOperation | virtual |