NAME
DBIx::Changeset::HistoryRecord - Object to query a changeset record log entry
SYNOPSIS
Object to query a changeset record log entry
use DBIx::Changeset::HistoryRecord;
my $foo = DBIx::Changeset::HistoryRecord->new();
...
$foo->find_all();
METHODS
new
read
write
ACCESSORS
id The id of this record (matches the DBIx::Changeset::Record uid) args: string returns: string
dbh The dbh connection to the historyrecord database args: DBD::H returns: DBD::H
filename The uri of the matching changeset record args: string returns: string
md5 The md5 hash of the Record content when it was updated args: string returns: string
forced_b records wether this was a forced update args: bool returns: bool
skipped_b records wether this update was skipped args: bool returns: bool
modify_ts records the timestamp of when this record was last modified args: timestamp returns: timestamp
modify_ts records the timestamp of when this record was created args: timestamp returns: timestamp =head2 pb the data phrasebook used for loading the correct sql args: phrasebook object returns: phreasebook object
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.