UR::Report - a database report interface


UR documentation  | view source Contained in the UR distribution.

Index


NAME

Top

UR::Report - a database report interface

SYNOPSIS

Top

  ##- use UR::Report;  
  UR::Report->use_standard_cmdline_options();
  UR::Report->generate(sql => \@ARGV);




DESCRIPTION

Top

This module is a reporting interface which takes SQL queries in a variety of forms and prints their results with formatting options.


UR documentation  | view source Contained in the UR distribution.