NAME
Class::DBI::Plugin::AccessionSearch - easliy add search atters.
VERSION
This documentation refers to Class::DBI::Plugin::AccessionSearch version 0.02
SYNOPSIS
package Your::Data;
use base 'Class::DBI';
use Class::DBI::AccessionSearch;
in your script:
use Your::Data;
my $d = Your::Data->accession({status => 'ok'});
$d->accession_search({sex => 'male'});
$d->accession_search({status => 'ng'});
Methods
accession
create Class::DBI::AccessionSearch object.
accession_search
search_where's wrapper.
AUTHOR
Atsushi Kobayashi, <nekokak at gmail.com>
BUGS
Please report any bugs or feature requests to bug-class-dbi-plugin-accessionsearch at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Class-DBI-Plugin-AccessionSearch. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc Class::DBI::Plugin::AccessionSearch
You can also look for information at:
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
http://cpanratings.perl.org/d/Class-DBI-Plugin-AccessionSearch
RT: CPAN's request tracker
http://rt.cpan.org/NoAuth/Bugs.html?Dist=Class-DBI-Plugin-AccessionSearch
Search CPAN
http://search.cpan.org/dist/Class-DBI-Plugin-AccessionSearch
ACKNOWLEDGEMENTS
COPYRIGHT & LICENSE
Copyright 2006 Atsushi Kobayashi, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.