NAME
DBIx::Changeset::Loader::Mysql - Mysql factory object for loading changesets into a mysql database
SYNOPSIS
Perhaps a little code snippet.
use DBIx::Changeset::Loader;
my $foo = DBIx::Changeset::Loader->new('Mysql', $opts);
...
$foo->apply_changeset($record);
METHODS
start_transaction This is the start_transaction interface to implement in your own class
commit_transaction This is the commit_transaction interface to implement in your own class
rollback_transaction This is the rollback_transaction interface to implement in your own class
apply_changeset This is the apply_changeset interface to implement in your own class
COPYRIGHT & LICENSE
Copyright 2004-2008 Grox Pty Ltd.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
The full text of the license can be found in the LICENSE file included with this module.