Prado\Data\TDbDataReader::getColumnCount PHP Method

getColumnCount() public method

public getColumnCount ( ) : integer
return integer the number of columns in the result set. Note, even there's no row in the reader, this still gives correct column number.
    public function getColumnCount()
    {
        return $this->_statement->columnCount();
    }