The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

ResourcePool::Factory::DBI - A DBI Factory for ResourcePool

SYNOPSIS

 use ResourcePool::Factory::DBI;

 my $factory =  ResourcePool::Factory::DBI->new(
                        $data_source, 
                        $username, 
                        $auth, 
                        \%attr);

DESCRIPTION

This class is a Factory class for DBI Resources to be used with the ResourcePool class.

Please read the ResourcePool::Factory(3pm) manpage about the purpose of such a factory.

ResourcePool::Factory::DBI->new

Takes the same arguments as the connect method of the DBI perl module.

SEE ALSO

DBI(3pm), ResourcePool(3pm), ResourcePool::Factory(3pm), ResourcePool::Factory::Net::LDAP(3pm)

AUTHOR

    Copyright (C) 2002 by Markus Winand <mws@fatalmind.com>

    This program is free software; you can redistribute it and/or
    modify it under the same terms as Perl itself.