Perl Diver 2.33
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

Class::DBI::SQL::Transformer

Name Class::DBI::SQL::Transformer
Version
Located at /usr/share/perl5
File /usr/share/perl5/Class/DBI/SQL/Transformer.pm
Is Core No
Search CPAN for this module Class::DBI::SQL::Transformer
Documentation Class::DBI::SQL::Transformer
Module Details Class::DBI::SQL::Transformer

NAME

Class::DBI::SQL::Transformer - Transform SQL


SYNOPSIS

  my $trans = $tclass->new($self, $sql, @args);
  return $self->SUPER::transform_sql($trans->sql => $trans->args);


DESCRIPTION

Class::DBI hooks into the transform_sql() method in Ima::DBI to provide its own SQL extensions. Class::DBI::SQL::Transformer does the heavy lifting of these transformations.


CONSTRUCTOR

new

  my $trans = $tclass->new($self, $sql, @args);

Create a new transformer for the SQL and arguments that will be used with the given object (or class).

sql / args

  my $sql = $trans->sql;
  my @args = $trans->args;

The transformed SQL and args.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2026