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, {}], 'Mojolicious::Plugin::RoutesAuthDBI::Sth';
$sth->init(pos => 'Mojolicious::Plugin::RoutesAuthDBI::POS::Pg');
my $r = $dbh->selectrow_hashref($sth->sth('foo name'));

DESCRIPTION

Singleton dictionary of DBI statements.

SEE ALSO

DBIx::POS