|
HDK
|
This is the complete list of members for UT_ORMModel< T >, including all inherited members.
| bulkFetch(const ArrayT &items, UT_ErrorCode &ec, const UT_StringRef &col_name=UT_StringHolder::theEmptyString, const UT_ORMModelMeta &meta=T::metaInfo()) | UT_ORMModel< T > | inlinestatic |
| bulkSave(const UT_Array< T > &items, UT_ErrorCode &ec, const UT_ORMModelMeta &meta=T::metaInfo()) | UT_ORMModel< T > | inlinestatic |
| create(const std::initializer_list< UT::orm::FilterArg > &args, UT_ErrorCode &ec, const UT_ORMModelMeta &meta=T::metaInfo()) | UT_ORMModel< T > | inlinestatic |
| exists(const std::initializer_list< UT::orm::FilterArg > &args, UT_ErrorCode &ec, const UT_ORMModelMeta &meta=T::metaInfo()) | UT_ORMModel< T > | inlinestatic |
| fetch(const std::initializer_list< UT::orm::FilterArg > &args, UT_ErrorCode &ec, const UT_ORMModelMeta &meta=T::metaInfo()) | UT_ORMModel< T > | inlinestatic |
| fetch(const PK &pk, UT_ErrorCode &ec, const UT_ORMModelMeta &meta=T::metaInfo()) | UT_ORMModel< T > | inlinestatic |
| fetchAll(UT_ErrorCode &ec, const UT_ORMModelMeta &meta=T::metaInfo()) | UT_ORMModel< T > | inlinestatic |
| filter(std::initializer_list< UT::orm::FilterArg > &&args, UT_ErrorCode &ec, const UT_ORMModelMeta &meta=T::metaInfo()) | UT_ORMModel< T > | inlinestatic |
| fromDB(Args &&...args) | UT_ORMModel< T > | inlinestatic |
| fromDB(const UT_ORMModelMeta &meta, Args &&...args) | UT_ORMModel< T > | inlinestatic |
| getOrCreate(const std::initializer_list< UT::orm::FilterArg > &args, UT_ErrorCode &ec, const UT_ORMModelMeta &meta=T::metaInfo()) | UT_ORMModel< T > | inlinestatic |
| isAdding_() const | UT_ORMBaseModel | inline |
| meta() const | UT_ORMModel< T > | inline |
| myModelMeta | UT_ORMModel< T > | protected |
| myOrmAdding | UT_ORMBaseModel | protected |
| operator=(const UT_ORMModel &)=default | UT_ORMModel< T > | |
| remove(UT_ErrorCode &ec) | UT_ORMModel< T > | inline |
| save(UT_ErrorCode &ec, bool force_insert=false, bool force_update=false) | UT_ORMModel< T > | inline |
| UT_ORMModel(const UT_ORMModelMeta &meta=T::metaInfo()) | UT_ORMModel< T > | inline |
| UT_ORMModel(const UT_ORMModel &)=default | UT_ORMModel< T > | |
| UT_ORMModelMeta class | UT_ORMModel< T > | friend |
| ~UT_ORMModel()=default | UT_ORMModel< T > | virtual |