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

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

SQL::Abstract

Class::DBI

SEE ALSO

SQL::Abstract

Class::DBI

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.