Class::DBI::Plugin::FastDelete - Add to Class::DBI for more fast delete method.


Class-DBI-Plugin-FastDelete documentation  | view source Contained in the Class-DBI-Plugin-FastDelete distribution.

Index


NAME

Top

Class::DBI::Plugin::FastDelete - Add to Class::DBI for more fast delete method.

VERSION

Top

This documentation refers to Class::DBI::Plugin::FastDelete version 0.01

SYNOPSIS

Top

  package Your::CD;
  use base 'Class::DBI';
  use Class::DBI::Plugin::FastDelete;

  ............

  Your::CD->fast_delete( artist => 'Green Day' );

DESCRIPTION

Top

This Plugin provide to Class::DBI for more fast delete method. fast_delete method can't use trigger. Instead its fast!

EXPORT

Top

fast_delete

fast_delete method provide more fast delete method.

DEPENDENCIES

Top

SQL::Abstract

Class::DBI

SEE ALSO

Top

SQL::Abstract

Class::DBI

BUGS AND LIMITATIONS

Top

There are no known bugs in this module. Please report problems to Atsushi Kobayashi (<nekokak@cpan.org>) Patches are welcome.

AUTHOR

Top

Atsushi Kobayashi, <nekokak@cpan.org>

COPYRIGHT AND LICENSE

Top


Class-DBI-Plugin-FastDelete documentation  | view source Contained in the Class-DBI-Plugin-FastDelete distribution.