NAME
Class::DBI::Plugin::FastDelete - Add to Class::DBI for more fast delete method.
VERSION
This documentation refers to Class::DBI::Plugin::FastDelete version 0.01
SYNOPSIS
package Your::CD;
use base 'Class::DBI';
use Class::DBI::Plugin::FastDelete;
............
Your::CD->fast_delete( artist => 'Green Day' );
DESCRIPTION
This Plugin provide to Class::DBI for more fast delete method. fast_delete method can't use trigger. Instead its fast!
EXPORT
fast_delete
fast_delete method provide more fast delete method.
DEPENDENCIES
SEE ALSO
BUGS AND LIMITATIONS
There are no known bugs in this module. Please report problems to Atsushi Kobayashi (<nekokak@cpan.org>) Patches are welcome.
AUTHOR
Atsushi Kobayashi, <nekokak@cpan.org>
COPYRIGHT AND LICENSE
Copyright (C) 2006 by Atsushi Kobayashi (<nekokak@cpan.org>). All rights reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perlartistic.