Home
last modified time | relevance | path

Searched refs:RangeParamCheck (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/include/
H A Dquery_expression.h157 int RangeParamCheck() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_natural_store_connection.cpp167 int errCode = GetQueryInfo::GetQueryExpression(query).RangeParamCheck(); in GetResultSet()
322 int errCode = GetQueryInfo::GetQueryExpression(query).RangeParamCheck(); in GetEntriesInner()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_interfaces_query_test.cpp255 EXPECT_EQ(expression.RangeParamCheck(), -E_INVALID_ARGS);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dquery_expression.cpp461 int QueryExpression::RangeParamCheck() const in RangeParamCheck() function in DistributedDB::QueryExpression