DBIx::Roles::StoredProcedures - Treats any method reached AUTOLOAD as a call to a stored procedure.


NAME

DBIx::Roles::StoredProcedures - Treats any method reached AUTOLOAD as a call to a stored procedure.


DESCRIPTION

Useful when database contains many stored procedures.


SYNOPSIS

     use DBIx::Roles qw(StoredProcedures);
     my $dbh = DBI-> connect(
           "dbi:Pg:dbname=template1",
           "postgres",
           "password",
     );
     print $dbh-> pg_backend_pid(), "\n";


SEE ALSO

the DBIx::Roles manpage.


COPYRIGHT

Copyright (c) 2005 catpipe Systems ApS. All rights reserved.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.


AUTHOR

Dmitry Karasik <dk@catpipe.net>