Home
last modified time | relevance | path

Searched refs:isSupportCountRow_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Dstep_result_set.cpp56 isSupportCountRow_ = false; in StepResultSet()
59 isSupportCountRow_ = false; in StepResultSet()
184 …if (rowPos_ == INIT_POS || ((isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) && IsEnd… in GetColumnType()
212 if (isSupportCountRow_ && position >= rowCount_) { in GoToRow()
277 if (isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) { in GoToNextRow()
310 if (isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) { in GetRowCount()
356 …if (rowPos_ == INIT_POS || ((isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) && IsEnd… in GetSize()
385 …if (rowPos_ == INIT_POS || ((isSupportCountRow_ || rowCount_ != Statement::INVALID_COUNT) && IsEnd… in GetValueObject()
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/include/
H A Dstep_result_set.h64 bool isSupportCountRow_ = true; variable