NAME
DBIx::Changeset::History - Object to query the changeset record log
SYNOPSIS
Object to query the changeset record log
Perhaps a little code snippet.
use DBIx::Changeset::History;
my $foo = DBIx::Changeset::History->new($opts);
...
$foo->retrieve_all();
ATTRIBUTES
METHODS
new
init_history_table
This method loads the sql for creation of the history table
retrieve_all
Get a list of the history records from the database.
retrieve
next
add_history_record
total
reset
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.