Searched refs:isSupportCountRow_ (Results 1 – 2 of 2) sorted by relevance
56 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()
64 bool isSupportCountRow_ = true; variable