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 2.244 seconds using v1.01-cache-2.11-cpan-d7f47b0818f )