PHPSQLParser\builders\SelectStatementBuilder::buildUNIONALL PHP Method

buildUNIONALL() protected method

protected buildUNIONALL ( $parsed )
    protected function buildUNIONALL($parsed)
    {
        $builder = new UnionAllStatementBuilder();
        return $builder->build($parsed);
    }