/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_predicate_query_expand_test.cpp | 377 * @tc.desc: Verify query IsNotNull can get right result when put right param. 404 * @tc.steps: step2. test the Query with IsNotNull interface to test each field. in HWTEST_F() 408 queries.push_back(Query::Select().IsNotNull("$.field1")); in HWTEST_F() 409 queries.push_back(Query::Select().IsNotNull("$.field2.field3")); in HWTEST_F() 410 queries.push_back(Query::Select().IsNotNull("$.field2.field4.field5")); in HWTEST_F() 411 queries.push_back(Query::Select().IsNotNull("$.field2.field4.field6.field7")); in HWTEST_F() 412 queries.push_back(Query::Select().IsNotNull("$.field2.field4.field6.field8")); in HWTEST_F() 426 * @tc.desc: Verify query IsNotNull can get right result when put right param. 447 * @tc.steps: step2. test the Query with IsNotNull interface to test each field. in HWTEST_F() 451 queries.push_back(Query::Select().IsNotNull(" in HWTEST_F() [all...] |
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/ |
H A D | table_info.cpp | 112 bool FieldInfo::IsNotNull() const in IsNotNull() function in DistributedDB::FieldInfo 175 if (!DBCommon::CaseInsensitiveCompare(fieldName_, inField.GetFieldName()) || isNotNull_ != inField.IsNotNull()) { in CompareWithField() 504 if (itInTable->second.IsNotNull() && !itInTable->second.HasDefaultValue()) { // Upgrade field not compatible in CompareWithTableFields() 523 if (itInTable->second.IsNotNull() && !itInTable->second.HasDefaultValue()) { in CompareWithTableFields() 634 if (it.second.IsNotNull() && !it.second.HasDefaultValue()) { // LCOV_EXCL_BR_LINE in CompareWithLiteTableFields() 641 if (it.second.IsNotNull() && !it.second.HasDefaultValue()) { // LCOV_EXCL_BR_LINE in CompareWithLiteTableFields() 716 .hasNotNullConstraint = fieldInfo.IsNotNull(), in GetSchemaDefine()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/ |
H A D | rdb_query.h | 60 void IsNotNull(const RdbPredicateOperation& operation); 89 &RdbQuery::IsNotNull,
|
H A D | rdb_query.cpp | 240 void RdbQuery::IsNotNull(const RdbPredicateOperation& operation) in IsNotNull() function in OHOS::DistributedRdb::RdbQuery 242 query_.IsNotNull(operation.field_); in IsNotNull() 243 predicates_->IsNotNull(operation.field_); in IsNotNull()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | query.cpp | 58 Query &Query::IsNotNull(const std::string &field) in IsNotNull() function in DistributedDB::Query 60 queryExpression_.IsNotNull(field); in IsNotNull()
|
/foundation/communication/bluetooth_service/services/bluetooth/external/dummy/include/ |
H A D | data_access.h | 39 virtual bool IsNotNull(int index) in IsNotNull() function in OHOS::bluetooth::IDataResult
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | kv_utils.h | 59 static void IsNotNull(const DataShare::OperationItem &oper, DataQuery &query); 91 [DataShare::IS_NOT_NULL] = &KvUtils::IsNotNull,
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/ |
H A D | rdb_utils.h | 110 static void IsNotNull(const OperationItem &item, RdbPredicates &predicates); 151 [DataShare::IS_NOT_NULL] = &RdbUtils::IsNotNull,
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/ |
H A D | relational_store_impl_rdbpredicatesproxy.h | 59 void IsNotNull(const char* field);
|
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/ |
H A D | relational_predicates.cpp | 108 OH_Predicates *RelationalPredicate::IsNotNull(OH_Predicates *predicates, const char *field) in IsNotNull() function in OHOS::RdbNdk::RelationalPredicate 114 self->predicates_.IsNotNull(field); in IsNotNull() 350 isNotNull = IsNotNull; in RelationalPredicate()
|
H A D | relational_predicates.h | 38 static OH_Predicates *IsNotNull(OH_Predicates *predicates, const char *field);
|
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/ |
H A D | datashare_predicates_proxy.h | 55 static napi_value IsNotNull(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/ |
H A D | js_query.h | 54 static napi_value IsNotNull(napi_env env, napi_callback_info info);
|
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/ |
H A D | js_query.h | 54 static napi_value IsNotNull(napi_env env, napi_callback_info info);
|
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/ |
H A D | dfx_database_utils.cpp | 40 predicates.IsNotNull(PhotoColumn::PHOTO_CLOUD_ID); in QueryFromPhotos() 75 predicates.IsNotNull(PhotoColumn::PHOTO_CLOUD_ID); in QueryDirtyCloudPhoto()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/ |
H A D | schema_mgr.cpp | 93 fieldInfo.IsNotNull() && in CompareFieldSchema() 133 return localField.IsNotNull() == !cloudField.nullable; in CompareNullable()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb_data_share_adapter/src/ |
H A D | rdb_utils.cpp | 126 void RdbUtils::IsNotNull(const DataShare::OperationItem &item, RdbPredicates &predicates) in IsNotNull() function in RdbUtils 128 predicates.IsNotNull(item.GetSingle(0)); in IsNotNull()
|
/foundation/distributeddatamgr/relational_store/frameworks/cj/src/ |
H A D | relational_store_impl_rdbpredicatesproxy.cpp | 105 void RdbPredicatesImpl::IsNotNull(const char* field) in IsNotNull() function in OHOS::Relational::RdbPredicatesImpl 108 predicates_->IsNotNull(cfield); in IsNotNull()
|
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_abs_predicates.h | 152 * @brief The IsNotNull of the predicate. 157 virtual DataShareAbsPredicates *IsNotNull(const std::string &field) = 0;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/ |
H A D | table_info.h | 37 bool IsNotNull() const;
|
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kv_utils.cpp | 241 void KvUtils::IsNotNull(const OperationItem &oper, DataQuery &query) in IsNotNull() function in OHOS::DistributedKv::KvUtils 243 query.IsNotNull(oper.GetSingle(0)); in IsNotNull()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | kv_utils.cpp | 243 void KvUtils::IsNotNull(const OperationItem &oper, DataQuery &query) in IsNotNull() function in OHOS::DistributedKv::KvUtils 245 query.IsNotNull(oper.GetSingle(0)); in IsNotNull()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | abs_rdb_predicates.cpp | 277 AbsRdbPredicates *AbsRdbPredicates::IsNotNull(const std::string &field)
in IsNotNull() function in OHOS::NativeRdb::AbsRdbPredicates 280 return (AbsRdbPredicates *)AbsPredicates::IsNotNull(field);
in IsNotNull()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | query.h | 140 DB_API Query &IsNotNull(const std::string &field);
|
H A D | query_expression.h | 110 void IsNotNull(const std::string &field);
|