Prado\Data\TDbDataReader::getColumnCount PHP 메소드

getColumnCount() 공개 메소드

public getColumnCount ( ) : integer
리턴 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();
    }