The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::Class::AuditAny::AuditContext::ChangeSet - Default 'ChangeSet' context object class for DBIx::Class::AuditAny

DESCRIPTION

This object class represents a "set" of changes grouped together, typically all applied within the scope of a single transaction. The changes can span across multiple individual changes, which can also represent changes to multiple different columns.

This class is used internally and should not be used directly.

ATTRIBUTES

Docs regarding the API/purpose of the attributes and methods in this class still TBD...

changes

finished

changeset_ts

start_timeofday

changeset_finish_ts

changeset_elapsed

METHODS

all_changes

count_changes

all_column_changes

add_changes

finish

SEE ALSO

SUPPORT

IRC:

    Join #rapidapp on irc.perl.org.

AUTHOR

Henry Van Styn <vanstyn@cpan.org>

COPYRIGHT AND LICENSE

This software is copyright (c) 2012-2015 by IntelliTree Solutions llc.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.