if ((($intIndex + 1) < $intLength) &&
                    !($this->objNodeArray[$intIndex + 1] instanceof QQNode)) {
                    if ((!$this->objNodeArray[$intIndex + 1]) ||
                        (trim(strtolower($this->objNodeArray[$intIndex + 1])) == 'desc'))
                        $strOrderByCommand .= ' DESC';