=head1 NAME ResourcePool::Factory::DBI - A L Factory for L =head1 SYNOPSIS use ResourcePool::Factory::DBI; my $factory = ResourcePool::Factory::DBI->new( $data_source, $username, $auth, \%attr); =head1 DESCRIPTION This class is a factory class for L resources to be used with the ResourcePool. Please have a look at L documentation to learn about the purpose of such a factory. =head2 Snew($data_source, $username, $auth, \%attr)> Takes the same arguments as the connect method of the L perl module. =over 4 =item $data_source The L data source. =item $username The username used to authenticate. =item $auth The password used to authenticate. =item \%attr L attributes. =back =head1 SEE ALSO L, L, L =head1 AUTHOR Copyright (C) 2001-2004 by Markus Winand This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.