/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_predicates_def.h | 48 /** Indicates the parameters is IS_NULL.*/
49 IS_NULL,
enumerator
|
H A D | datashare_predicates.h | 232 SetOperationList(IS_NULL, field);
in IsNull()
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | kv_utils.h | 90 [DataShare::IS_NULL] = &KvUtils::IsNull,
|
H A D | data_query.h | 483 static const char * const IS_NULL; member in OHOS::DistributedKv::DataQuery
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | query_expression.h | 49 IS_NULL, member in DistributedDB::QueryObjType
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/ |
H A D | rdb_utils.h | 150 [DataShare::IS_NULL] = &RdbUtils::IsNull,
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 173 IS_NULL, enumerator
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_query_test.cpp | 166 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::IS_NULL, "test", values);
in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_query_test.cpp | 187 std::list<QueryObjNode> result4{{QueryObjType::IS_NULL, TEST_FIELD_NAME, in HWTEST_F() member in QueryObjType
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | data_query.cpp | 29 const char * const DataQuery::IS_NULL = "^IS_NULL"; member in OHOS::DistributedKv::DataQuery 362 str_.append(IS_NULL); in IsNull()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | query_expression.cpp | 166 AssemblyQueryInfo(QueryObjType::IS_NULL, field, QueryValueType::VALUE_TYPE_NULL, std::vector<FieldValue>()); in IsNull()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | abs_rdb_predicates.cpp | 274 predicates_.AddOperation(DistributedRdb::IS_NULL, field, "");
in IsNull()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_query_helper.cpp | 55 {QueryObjType::IS_NULL, " IS NULL "}, member in DistributedDB::__anon8099::QueryObjType 708 return (queryNode.operFlag == QueryObjType::IS_NULL || queryNode.operFlag == QueryObjType::IS_NOT_NULL || in IsNeedCastWitEmptyValue()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | query_helper.cpp | 90 if (keyword == DataQuery::IS_NULL) { in Handle()
|