Bluz\Db\Query\Select::setFetchType PHP Method

setFetchType() public method

Setup fetch type, any of PDO, or any Class
public setFetchType ( string $fetchType ) : Select
$fetchType string
return Select instance
    public function setFetchType($fetchType)
    {
        $this->fetchType = $fetchType;
        return $this;
    }