GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
DBIx::Class::AuditLog(3) User Contributed Perl Documentation DBIx::Class::AuditLog(3)

DBIx::Class::AuditLog - Simple activity audit logging for DBIx::Class

version 0.6.4

DBIx::Class::AuditLog - Simple activity audit logging for DBIx::Class

version 0.2.6

Returns the AuditLog schema from storage.

    my $al_schema = $schmea->audit_log_schema;

Creates a new AuditLog Action for a specific type.

Requires: row: primary key of the table that is being audited action_type: action type, 1 of insert/update/delete

Store the column data that has changed

Requires: action: the action object that has associated changes old_values: the old values are being replaced new_values: the new values that are replacing the old table: dbic object of the audit_log_table object

Returns 1 or 0 if the column should be audited or not.

Requires: column: the name of the column/field to check

Returns 1 or 0 if the column should be audited even if its value did not change.

Requires: column: the name of the column/field to check

Returns 1 or 0 if the columns value should be modified before audit.

Requires: column: the name of the column/field to check

Modifies the colums audit-value. Dies if no modify-method could be found.

Returns: the modified value

Requires: column: the name of the column/field to check value: the original value

Mark Jubenville <ioncache@gmail.com>

Lukas Thiemeier <lukast@cpan.org>

Dimitar Petrov <dcpetrov@cpan.org>

This software is copyright (c) 2012 by Mark Jubenville.

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

Mark Jubenville <ioncache@cpan.org>

This software is copyright (c) 2012 by Mark Jubenville.

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

2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.