Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dshare_block.h41 int isCountAllRows; member
52 isCountAllRows = 0; in SharedBlockInfo()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dshare_block.cpp114 …? Sqlite3SharedBlockMethods{ 1, &serializer, info->isCountAllRows, info->startPos, info->requiredP… in FillSharedBlockOpt()
162 while (!hasException && (!isFull || info->isCountAllRows)) { in FillSharedBlock()
H A Dsqlite_shared_result_set.cpp242 blockInfo.isCountAllRows = false; in ExecuteForSharedBlock()
H A Dsqlite_statement.cpp259 info.isCountAllRows = true; in Count()