1SQL::Statement::Util(3)User Contributed Perl DocumentatioSnQL::Statement::Util(3)
2
3
4

NAME

6       SQL::Statement::Util
7

SYNOPSIS

9         SQL::Statement::Util::Column->new($col_name, $table_name, $term, $display_name)
10         SQL::Statement::Util::AggregatedColumns($col_name, $table_name, $term, $display_name)
11         SQL::Statement::Util::Function($name, $sub_name, $args)
12

DESCRIPTION

14       This package contains three utility classes to handle deliverable
15       columns.
16

INHERITANCE

18         SQL::Statement::Util::Column
19         ISA SQL::Statement::Util
20
21         SQL::Statement::Util::AggregatedColumns
22         ISA SQL::Statement::Util::Column
23           ISA SQL::Statement::Util
24
25         SQL::Statement::Util::Function
26         ISA SQL::Statement::Util
27
29        This module is
30
31        copyright (c) 2001,2005 by Jeff Zucker and
32        copyright (c) 2007-2017 by Jens Rehsack.
33
34        All rights reserved.
35
36       The module may be freely distributed under the same terms as Perl
37       itself using either the "GPL License" or the "Artistic License" as
38       specified in the Perl README file.
39
40       Jeff can be reached at: jzuckerATcpan.org Jens can be reached at:
41       rehsackATcpan.org or via dbi-devATperl.org
42
43
44
45perl v5.30.0                      2019-07-26           SQL::Statement::Util(3)
Impressum