Mojolicious::Plugin::RoutesAuthDBI::Sth
¡ ¡ ¡ ALL GLORY TO GLORIA ! ! !
NAME
Mojolicious::Plugin::RoutesAuthDBI::Sth - is a DBI statements hub for Mojolicious::Plugin::RoutesAuthDBI classes.
SYNOPSIS
my $sth = bless [$dbh, {}, $schema], 'Mojolicious::Plugin::RoutesAuthDBI::Sth';
$sth->init(pos => 'POS/Pg.pm');
my $r = $dbh->selectrow_hashref($sth->sth('foo name'));
DESCRIPTION
Singleton dictionary of DBI statements.