Home
last modified time | relevance | path

Searched refs:IsNotNull (Results 1 - 25 of 65) sorted by relevance

123

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_predicate_query_expand_test.cpp377 * @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 Dtable_info.cpp112 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 Drdb_query.h60 void IsNotNull(const RdbPredicateOperation& operation);
89 &RdbQuery::IsNotNull,
H A Drdb_query.cpp240 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 Dquery.cpp58 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 Ddata_access.h39 virtual bool IsNotNull(int index) in IsNotNull() function in OHOS::bluetooth::IDataResult
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkv_utils.h59 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 Drdb_utils.h110 static void IsNotNull(const OperationItem &item, RdbPredicates &predicates);
151 [DataShare::IS_NOT_NULL] = &RdbUtils::IsNotNull,
/foundation/distributeddatamgr/relational_store/frameworks/cj/include/
H A Drelational_store_impl_rdbpredicatesproxy.h59 void IsNotNull(const char* field);
/foundation/distributeddatamgr/relational_store/interfaces/ndk/src/
H A Drelational_predicates.cpp108 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 Drelational_predicates.h38 static OH_Predicates *IsNotNull(OH_Predicates *predicates, const char *field);
/foundation/distributeddatamgr/data_share/frameworks/js/napi/common/include/
H A Ddatashare_predicates_proxy.h55 static napi_value IsNotNull(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributeddata/include/
H A Djs_query.h54 static napi_value IsNotNull(napi_env env, napi_callback_info info);
/foundation/distributeddatamgr/kv_store/frameworks/jskitsimpl/distributedkvstore/include/
H A Djs_query.h54 static napi_value IsNotNull(napi_env env, napi_callback_info info);
/foundation/multimedia/media_library/frameworks/services/media_dfx/src/
H A Ddfx_database_utils.cpp40 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 Dschema_mgr.cpp93 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 Drdb_utils.cpp126 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 Drelational_store_impl_rdbpredicatesproxy.cpp105 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 Ddatashare_abs_predicates.h152 * @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 Dtable_info.h37 bool IsNotNull() const;
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Dkv_utils.cpp241 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 Dkv_utils.cpp243 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 Dabs_rdb_predicates.cpp277 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 Dquery.h140 DB_API Query &IsNotNull(const std::string &field);
H A Dquery_expression.h110 void IsNotNull(const std::string &field);

Completed in 14 milliseconds

123