NAME
App::Standby::DB - Database abstraction/helper for App::Standby
METHODS
DEMOLISH
Disconnect from the DB.
prepare
Call prepare on the internal DBI object. Will return an DBI statement.
prepexec
Prepare an SQL statement and execute it right away. Return the statement object.
do
See DBI::do
last_insert_id
See DBI::last_insert_id
errstr
See DBI::errstr
NAME
App::Standby::DB - Database abstraction/helper for App::Standby
AUTHOR
Dominik Schulz <dominik.schulz@gauner.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Dominik Schulz.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.