Audio-DB
view release on metacpan or search on metacpan
DB/Adaptor/dbi/mysql.pm view on Meta::CPAN
Function: prints out debugging information
Returns : debugging information
Args : none
Status : Private
=cut
sub debug {
my $self = shift;
$self->dbh->debug(@_);
$self->SUPER::debug(@_);
}
##################
# QUERIES
##################
DB/Adaptor/dbi/sqlite.pm view on Meta::CPAN
Function: prints out debugging information
Returns : debugging information
Args : none
Status : Private
=cut
sub debug {
my $self = shift;
$self->dbh->debug(@_);
$self->SUPER::debug(@_);
}
##################
# QUERIES
##################
( run in 1.253 second using v1.01-cache-2.11-cpan-a9ef4e587e4 )