Home
last modified time | relevance | path

Searched refs:IS_NULL (Results 1 - 14 of 14) sorted by relevance

/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_def.h48 /** Indicates the parameters is IS_NULL.*/
49 IS_NULL, enumerator
H A Ddatashare_predicates.h232 SetOperationList(IS_NULL, field); in IsNull()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkv_utils.h90 [DataShare::IS_NULL] = &KvUtils::IsNull,
H A Ddata_query.h483 static const char * const IS_NULL; member in OHOS::DistributedKv::DataQuery
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h49 IS_NULL, member in DistributedDB::QueryObjType
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/
H A Drdb_utils.h150 [DataShare::IS_NULL] = &RdbUtils::IsNull,
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h173 IS_NULL, enumerator
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_query_test.cpp166 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::IS_NULL, "test", values); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_query_test.cpp187 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 Ddata_query.cpp29 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 Dquery_expression.cpp166 AssemblyQueryInfo(QueryObjType::IS_NULL, field, QueryValueType::VALUE_TYPE_NULL, std::vector<FieldValue>()); in IsNull()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp274 predicates_.AddOperation(DistributedRdb::IS_NULL, field, ""); in IsNull()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.cpp55 {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 Dquery_helper.cpp90 if (keyword == DataQuery::IS_NULL) { in Handle()

Completed in 16 milliseconds