1Class::DBI::SQL::TransfUosremrerC(o3n)tributed Perl DocuCmleanstsa:t:iDoBnI::SQL::Transformer(3)
2
3
4

NAME

6       Class::DBI::SQL::Transformer - Transform SQL
7

SYNOPSIS

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

DESCRIPTION

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

CONSTRUCTOR

18       new
19
20         my $trans = $tclass->new($self, $sql, @args);
21
22       Create a new transformer for the SQL and arguments that will be used
23       with the given object (or class).
24
25       sql / args
26
27         my $sql = $trans->sql;
28         my @args = $trans->args;
29
30       The transformed SQL and args.
31
32
33
34perl v5.8.8                       2006-11-05   Class::DBI::SQL::Transformer(3)
Impressum