SQL::Statement::Util.3pm

Langue: en

Version: 2010-08-11 (fedora - 01/12/10)

Section: 3 (Bibliothèques de fonctions)

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