table of contents
other versions
- Tumbleweed 1.414-1.22
- Leap-15.6
| SQL::Statement::Util(3) | User Contributed Perl Documentation | SQL::Statement::Util(3) |
NAME¶
SQL::Statement::Util
SYNOPSIS¶
SQL::Statement::Util::Column->new($col_name, $table_name, $term, $display_name) SQL::Statement::Util::AggregatedColumns($col_name, $table_name, $term, $display_name) SQL::Statement::Util::Function($name, $sub_name, $args)
DESCRIPTION¶
This package contains three utility classes to handle deliverable columns.
INHERITANCE¶
SQL::Statement::Util::Column
ISA SQL::Statement::Util
SQL::Statement::Util::AggregatedColumns
ISA SQL::Statement::Util::Column
ISA SQL::Statement::Util
SQL::Statement::Util::Function
ISA SQL::Statement::Util
AUTHOR & COPYRIGHT¶
This module is copyright (c) 2001,2005 by Jeff Zucker and copyright (c) 2007-2020 by Jens Rehsack. All rights reserved.
The module may be freely distributed under the same terms as Perl itself using either the "GPL License" or the "Artistic License" as specified in the Perl README file.
Jeff can be reached at: jzuckerATcpan.org Jens can be reached at: rehsackATcpan.org or via dbi-devATperl.org
| 2020-10-22 | perl v5.42.0 |