Home
last modified time | relevance | path

Searched refs:LeftOuterJoin (Results 1 - 18 of 18) sorted by relevance

/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_predicates_join_test.cpp306 * @tc.desc: Normal testCase of RdbPredicates for LeftOuterJoin
315 predicates.LeftOuterJoin("book")->Using(fields)->EqualTo("name", "SanGuo"); in HWTEST_F()
359 * @tc.desc: Normal testCase of RdbPredicates for LeftOuterJoin
371 predicates.LeftOuterJoin("book")->On(clauses); in HWTEST_F()
382 * @tc.desc: Abnormal testCase of RdbPredicates for LeftOuterJoin, if tableName is ""
393 predicates.LeftOuterJoin("")->On(clauses); in HWTEST_F()
405 * @tc.desc: Abnormal testCase of RdbPredicates for LeftOuterJoin, if the join condition is []
416 predicates.LeftOuterJoin("book")->On(clauses); in HWTEST_F()
423 * @tc.desc: Abnormal testCase of RdbPredicates for LeftOuterJoin, if fields is []
431 predicates.LeftOuterJoin("boo in HWTEST_F()
[all...]
H A Drdb_predicates_join_b_test.cpp482 * @tc.desc: Normal testCase of RdbPredicates for LeftOuterJoin
494 predicates.LeftOuterJoin("emp t2")->On(clauses); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_predicates.h60 API_EXPORT RdbPredicates *LeftOuterJoin(const std::string &tableName);
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/
H A Drdb_utils.h133 static void LeftOuterJoin(const OperationItem &item, RdbPredicates &predicates);
175 [DataShare::LEFTOUTERJOIN] = &RdbUtils::LeftOuterJoin,
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_predicates.cpp54 RdbPredicates *RdbPredicates::LeftOuterJoin(const std::string &tableName) in LeftOuterJoin() function in OHOS::NativeRdb::RdbPredicates
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_share_adapter/src/
H A Drdb_utils.cpp244 void RdbUtils::LeftOuterJoin(const DataShare::OperationItem &item, RdbPredicates &predicates) in LeftOuterJoin() function in RdbUtils
246 predicates.LeftOuterJoin(item.GetSingle(0)); in LeftOuterJoin()
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_abs_predicates.h273 * @brief The LeftOuterJoin of the predicate.
277 virtual DataShareAbsPredicates *LeftOuterJoin(const std::string &tableName) = 0;
H A Ddatashare_predicates.h420 * @brief The LeftOuterJoin of the predicate.
424 DataSharePredicates *LeftOuterJoin(const std::string &tableName) in LeftOuterJoin() function in OHOS::DataShare::DataSharePredicates
/foundation/distributeddatamgr/data_share/test/native/unittest/mediadatashare_test/src/
H A Djoin_test.cpp312 predicates.LeftOuterJoin("book")->Using(fields)->EqualTo("name", "SanGuo"); in HWTEST_F()
358 predicates.LeftOuterJoin("book")->On(clauses); in HWTEST_F()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/mock/include/
H A Dnapi_rdb_predicates.h94 static napi_value LeftOuterJoin(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/include/
H A Dnapi_rdb_predicates.h94 static napi_value LeftOuterJoin(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/include/
H A Dnapi_rdb_predicates.h93 static napi_value LeftOuterJoin(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_predicates.cpp66 DECLARE_NAPI_FUNCTION("leftOuterJoin", LeftOuterJoin), in Init()
694 napi_value RdbPredicatesProxy::LeftOuterJoin(napi_env env, napi_callback_info info) in LeftOuterJoin() function in OHOS::RelationalStoreJsKit::RdbPredicatesProxy
700 predicatesProxy->GetInstance()->LeftOuterJoin(tablename); in LeftOuterJoin()
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_predicates.cpp73 DECLARE_NAPI_FUNCTION("leftOuterJoin", LeftOuterJoin), in Init()
740 napi_value RdbPredicatesProxy::LeftOuterJoin(napi_env env, napi_callback_info info) in LeftOuterJoin() function in OHOS::RdbJsKit::RdbPredicatesProxy
747 predicatesProxy->predicates_->LeftOuterJoin(tablename); in LeftOuterJoin()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_location_test/src/
H A Dmedialibrary_location_test.cpp358 predicates.LeftOuterJoin(GEO_KNOWLEDGE_TABLE)->On(clause); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_album_operations.cpp711 rdbPredicates.LeftOuterJoin(ANALYSIS_PHOTO_MAP_TABLE)->On({ onClause }); in GetIsMeLeftJoinPredicates()
714 rdbPredicates.LeftOuterJoin(PhotoColumn::PHOTOS_TABLE)->On({ onClause }); in GetIsMeLeftJoinPredicates()
/foundation/multimedia/media_library/frameworks/js/src/sendable/
H A Dsendable_file_asset_napi.cpp863 predicates.LeftOuterJoin(GEO_KNOWLEDGE_TABLE)->On(onClause); in JSGetAnalysisDataExecute()
/foundation/multimedia/media_library/frameworks/js/src/
H A Dfile_asset_napi.cpp2053 predicates.LeftOuterJoin(GEO_KNOWLEDGE_TABLE)->On(onClause); in JSGetAnalysisDataExecute()

Completed in 26 milliseconds