man DBIx::Class::Storage::DBI () - DBI storage handler
NAME
DBIx::Class::Storage::DBI - DBI storage handler
SYNOPSIS
DESCRIPTION
This class represents the connection to the database
METHODS
txn_begin
Calls begin_work on the current dbh.
txn_commit
Issues a commit against the current dbh.
txn_rollback
Issues a rollback against the current dbh.
AUTHORS
Matt S. Trout <mst@shadowcatsystems.co.uk>
Andy Grundman <andy@hybridized.org>
LICENSE
You may distribute this code under the same terms as Perl itself.