Searched refs:NOT_LIKE (Results 1 - 9 of 9) sorted by relevance
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/ |
H A D | query_expression.h | 48 NOT_LIKE, member in DistributedDB::QueryObjType
|
/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 186 NOT_LIKE, enumerator
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/ |
H A D | distributeddb_interfaces_query_test.cpp | 159 result = CreateCheckList(QueryObjType::NOT_LIKE, TEST_FIELD_NAME, testValue); in HWTEST_F()
|
/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/ |
H A D | data_query.h | 503 static const char * const NOT_LIKE; member in OHOS::DistributedKv::DataQuery
|
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/ |
H A D | data_query.cpp | 33 const char * const DataQuery::NOT_LIKE = "^NOT_LIKE"; member in OHOS::DistributedKv::DataQuery 491 AppendCommonString(NOT_LIKE, myField, myValue); in Unlike()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/ |
H A D | query_expression.cpp | 151 AssemblyQueryInfo(QueryObjType::NOT_LIKE, field, QueryValueType::VALUE_TYPE_STRING, fieldValues); in NotLike()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | abs_rdb_predicates.cpp | 289 predicates_.AddOperation(DistributedRdb::NOT_LIKE, field, value);
in NotLike()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/ |
H A D | query_helper.cpp | 98 } else if (keyword == DataQuery::NOT_LIKE) { in Handle()
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_query_helper.cpp | 54 {QueryObjType::NOT_LIKE, " NOT LIKE "}, member in DistributedDB::__anon8099::QueryObjType
|
Completed in 10 milliseconds