Bluz\Db\Query\AbstractBuilder::__toString PHP Method

__toString() public method

Gets a string representation of this QueryBuilder which corresponds to the final SQL query being constructed.
public __toString ( ) : string
return string The string representation of this QueryBuilder.
    public function __toString()
    {
        return $this->getSql();
    }