Home
last modified time | relevance | path

Searched refs:NOT_LIKE (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h48 NOT_LIKE, enumerator
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h186 NOT_LIKE, enumerator
/ohos5.0/foundation/distributeddatamgr/kv_store/interfaces/innerkits/distributeddata/include/
H A Ddata_query.h503 static const char * const NOT_LIKE; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_query_test.cpp159 result = CreateCheckList(QueryObjType::NOT_LIKE, TEST_FIELD_NAME, testValue);
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dabs_rdb_predicates.cpp289 predicates_.AddOperation(DistributedRdb::NOT_LIKE, field, value); in NotLike()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/distributeddatafwk/src/
H A Ddata_query.cpp33 const char * const DataQuery::NOT_LIKE = "^NOT_LIKE"; member in OHOS::DistributedKv::DataQuery
491 AppendCommonString(NOT_LIKE, myField, myValue); in Unlike()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp151 … AssemblyQueryInfo(QueryObjType::NOT_LIKE, field, QueryValueType::VALUE_TYPE_STRING, fieldValues); in NotLike()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/kvdb/
H A Dquery_helper.cpp98 } else if (keyword == DataQuery::NOT_LIKE) { in Handle()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_query_helper.cpp53 {QueryObjType::NOT_LIKE, " NOT LIKE "},