Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dquery_object.cpp38 orderByCounts_(0) in QueryObject()
75 orderByCounts_(0) in QueryObject()
104 orderByCounts_(0) in QueryObject()
135orderByCounts_, isValid_, hasOrderBy_, hasLimit_, hasPrefixKey_, tableName_, isTableNameSpecified_… in GetQueryHelper()
186 orderByCounts_ = 0; in ClearNodesFlag()
395 ++orderByCounts_; in CheckOrderByFormat()
396 LOGD("Need order by %d filed value!", orderByCounts_); in CheckOrderByFormat()
H A Dsqlite_query_helper.h38 int orderByCounts_ = 0; // Record processing to which orderBy node member
175 int orderByCounts_; // Record processing to which orderBy node variable
H A Dquery_object.h112 int orderByCounts_; variable
H A Dsqlite_query_helper.cpp143 orderByCounts_(info.orderByCounts_), in SqliteQueryHelper()
672 orderByCounts_--; in MapKeywordSymbolToSql()
673 if (orderByCounts_ == 0) { in MapKeywordSymbolToSql()