Home
last modified time | relevance | path

Searched refs:IS_NOT_NULL (Results 1 - 13 of 13) sorted by relevance

/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/
H A Ddatashare_predicates_def.h50 /** Indicates the parameters is IS_NOT_NULL.*/
51 IS_NOT_NULL, enumerator
H A Ddatashare_predicates.h244 SetOperationList(IS_NOT_NULL, field); in IsNotNull()
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Dkv_utils.h91 [DataShare::IS_NOT_NULL] = &KvUtils::IsNotNull,
H A Ddata_query.h603 static const char * const IS_NOT_NULL; member in OHOS::DistributedKv::DataQuery
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h50 IS_NOT_NULL, member in DistributedDB::QueryObjType
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/
H A Drdb_utils.h151 [DataShare::IS_NOT_NULL] = &RdbUtils::IsNotNull,
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h174 IS_NOT_NULL, enumerator
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/
H A Drdb_query_test.cpp167 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::IS_NOT_NULL, "test", values); in HWTEST_F()
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp53 const char * const DataQuery::IS_NOT_NULL = "^IS_NOT_NULL"; member in OHOS::DistributedKv::DataQuery
376 str_.append(IS_NOT_NULL); in IsNotNull()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp171 AssemblyQueryInfo(QueryObjType::IS_NOT_NULL, field, QueryValueType::VALUE_TYPE_NULL, std::vector<FieldValue>()); in IsNotNull()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp279 predicates_.AddOperation(DistributedRdb::IS_NOT_NULL, field, ""); in IsNotNull()
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.cpp56 {QueryObjType::IS_NOT_NULL, " IS NOT 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.cpp126 } else if (keyword == DataQuery::IS_NOT_NULL) { in HandleExtra()

Completed in 12 milliseconds