Home
last modified time | relevance | path

Searched refs:RdbStoreContext (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store.cpp54 struct RdbStoreContext : public BaseContext { struct
90 virtual ~RdbStoreContext() in ~RdbStoreContext() argument
525 auto context = std::make_shared<RdbStoreContext>(); in Insert()
559 auto context = std::make_shared<RdbStoreContext>(); in BatchInsert()
595 auto context = std::make_shared<RdbStoreContext>(); in Delete()
636 auto context = std::make_shared<RdbStoreContext>(); in Update()
678 auto context = std::make_shared<RdbStoreContext>(); in Query()
725 auto context = std::make_shared<RdbStoreContext>(); in QuerySql()
798 auto context = std::make_shared<RdbStoreContext>(); in ExecuteSql()
831 auto context = std::make_shared<RdbStoreContext>(); in Count()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_store.cpp610 auto context = std::make_shared<RdbStoreContext>(); in Insert()
651 auto context = std::make_shared<RdbStoreContext>(); in BatchInsert()
679 auto context = std::make_shared<RdbStoreContext>(); in Delete()
707 auto context = std::make_shared<RdbStoreContext>(); in Update()
746 auto context = std::make_shared<RdbStoreContext>(); in Query()
787 auto context = std::make_shared<RdbStoreContext>(); in RemoteQuery()
820 auto context = std::make_shared<RdbStoreContext>(); in QuerySql()
856 auto context = std::make_shared<RdbStoreContext>(); in ExecuteSql()
884 auto context = std::make_shared<RdbStoreContext>(); in Execute()
927 auto context = std::make_shared<RdbStoreContext>(); in Replace()
[all …]
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_context.h39 struct RdbStoreContext : public RdbStoreContextBase { struct
76 RdbStoreContext() in RdbStoreContext() argument
82 virtual ~RdbStoreContext() in ~RdbStoreContext() argument