1Class::DBI::SQL::TransfUosremrerC(o3n)tributed Perl DocuCmleanstsa:t:iDoBnI::SQL::Transformer(3)
2
3
4
6 Class::DBI::SQL::Transformer - Transform SQL
7
9 my $trans = $tclass->new($self, $sql, @args);
10 return $self->SUPER::transform_sql($trans->sql => $trans->args);
11
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
18 new
19 my $trans = $tclass->new($self, $sql, @args);
20
21 Create a new transformer for the SQL and arguments that will be used
22 with the given object (or class).
23
24 sql / args
25 my $sql = $trans->sql;
26 my @args = $trans->args;
27
28 The transformed SQL and args.
29
30
31
32perl v5.36.0 2022-07-22 Class::DBI::SQL::Transformer(3)