| DBIx-Roles documentation | view source | Contained in the DBIx-Roles distribution. |
DBIx::Roles::StoredProcedures - Treats any method reached AUTOLOAD as a call to a stored procedure.
Useful when database contains many stored procedures.
use DBIx::Roles qw(StoredProcedures);
my $dbh = DBI-> connect(
"dbi:Pg:dbname=template1",
"postgres",
"password",
);
print $dbh-> pg_backend_pid(), "\n";
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.
Dmitry Karasik <dk@catpipe.net>
| DBIx-Roles documentation | view source | Contained in the DBIx-Roles distribution. |