HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
UT_ORMModelMeta Member List

This is the complete list of members for UT_ORMModelMeta, including all inherited members.

addAutoField(const UT_StringHolder &name, FieldT Cls::*field, unsigned props=UT_ORMColumn::Empty)UT_ORMModelMetainline
addField(const UT_StringHolder &name, FieldT Cls::*field, unsigned props=UT_ORMColumn::Empty)UT_ORMModelMetainline
addField(const UT_StringHolder &name, UT_ORMForeignKeyField< ForeignModel > Cls::*field, unsigned props=UT_ORMColumn::Empty, UT_ORMColumn::OnDelete ondelete_type=UT_ORMColumn::OnDelete::DoNothing)UT_ORMModelMetainline
build()UT_ORMModelMetainline
columns() const UT_ORMModelMetainline
configureInternals_()UT_ORMModelMetaprotected
doBuild()=0UT_ORMModelMetaprotectedpure virtual
doMigrate(UT_ORMMigrationBuilder &builder) const =0UT_ORMModelMetapure virtual
fetch(const PK &pk, UT_ErrorCode &ec) const UT_ORMModelMeta
fetchAll(UT_ErrorCode &ec) const UT_ORMModelMeta
loadObject_(T &obj, UT_SqlStatement &stmt, UT_ErrorCode &ec) const UT_ORMModelMetainlineprotected
migrate(UT_SqlOrm &orm, UT_ORMMigrationBuilder &builder) const UT_ORMModelMeta
myColumnsUT_ORMModelMetaprotected
myHasBuiltUT_ORMModelMetaprotected
myIsUsingAutoIncPKUT_ORMModelMetaprotected
myNameUT_ORMModelMetaprotected
myORMUT_ORMModelMetaprotected
primaryKey() const UT_ORMModelMetainline
remove(T &obj, UT_ErrorCode &ec) const UT_ORMModelMeta
save(T &obj, UT_ErrorCode &ec, bool force_insert=false, bool force_update=false) const UT_ORMModelMeta
tableName() const UT_ORMModelMetainline
update(T &obj, UT_ErrorCode &ec) const UT_ORMModelMeta
UT_NON_COPYABLE(UT_ORMModelMeta)UT_ORMModelMeta
UT_ORMModelMeta(const UT_StringHolder &name, UT_SqlOrm *orm=nullptr)UT_ORMModelMetainline
~UT_ORMModelMeta()=defaultUT_ORMModelMetavirtual