Searched refs:IS_NOT_NULL (Results 1 - 13 of 13) sorted by relevance
/foundation/distributeddatamgr/data_share/interfaces/inner_api/common/include/ |
H A D | datashare_predicates_def.h | 50 /** Indicates the parameters is IS_NOT_NULL.*/
51 IS_NOT_NULL,
enumerator
|
H A D | datashare_predicates.h | 244 SetOperationList(IS_NOT_NULL, field);
in IsNotNull()
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | kv_utils.h | 91 [DataShare::IS_NOT_NULL] = &KvUtils::IsNotNull,
|
H A D | data_query.h | 603 static const char * const IS_NOT_NULL; member in OHOS::DistributedKv::DataQuery
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | query_expression.h | 50 IS_NOT_NULL, member in DistributedDB::QueryObjType
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb_data_share_adapter/include/ |
H A D | rdb_utils.h | 151 [DataShare::IS_NOT_NULL] = &RdbUtils::IsNotNull,
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 174 IS_NOT_NULL, enumerator
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/test/ |
H A D | rdb_query_test.cpp | 167 predicates.AddOperation(DistributedRdb::RdbPredicateOperator::IS_NOT_NULL, "test", values);
in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | data_query.cpp | 53 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 D | query_expression.cpp | 171 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 D | abs_rdb_predicates.cpp | 279 predicates_.AddOperation(DistributedRdb::IS_NOT_NULL, field, "");
in IsNotNull()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_query_helper.cpp | 56 {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 D | query_helper.cpp | 126 } else if (keyword == DataQuery::IS_NOT_NULL) { in HandleExtra()
|
Completed in 12 milliseconds