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_ORMColumn &&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_ORMCreateTableOperation | inline |
apply(UT_ORMMigrationChangeNotifier ¬ifier, 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 |
sql(const UT_SqlStatement &stmt, UT_WorkBuffer &wbuf) override | UT_ORMCreateTableOperation | virtual |
upgrade(UT_SqlStatement &stmt, 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 |