Prado\Data\TDbDataReader::nextResult PHP Méthode

nextResult() public méthode

This method is only useful when there are multiple result sets returned by the query. Not all DBMS support this feature.
public nextResult ( )
    public function nextResult()
    {
        return $this->_statement->nextRowset();
    }