debian man page for class::dbi::sql::transformer

Query: class::dbi::sql::transformer

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Class::DBI::SQL::Transformer(3pm)			User Contributed Perl Documentation			 Class::DBI::SQL::Transformer(3pm)

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 v5.12.4 2005-09-20 Class::DBI::SQL::Transformer(3pm)
Related Man Pages
class::dbi::search::basic(3pm) - debian
class::dbi::abstractsearch(3pm) - debian
dbix::class::storage::dbi::sqlanywhere(3pm) - debian
dbix::class::storage::dbi::mysql(3pm) - debian
sql::translator::parser::dbix::class(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Find columns in a file based on header and print to new file
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?