| ResourcePool-Resource-Alzabo documentation | view source | Contained in the ResourcePool-Resource-Alzabo distribution. |
ResourcePool::Factory::Alzabo - An Alzabo Factory for ResourcePool
use ResourcePool::Factory::Alzabo;
my $factory = ResourcePool::Factory::Alzabo->new(
$schema_name,
$data_source,
$username,
$auth,
\%attr);
This class is a factory class for Alzabo::Runtime::Schema resources to be used with the ResourcePool.
Please have a look at ResourcePool::Factory documentation to learn about the purpose of such a factory.
Takes the same arguments as the connect method of the DBI perl module with the addition of the schema name to be loaded.
Copyright (C) 2004 by Texas A&M University <jsmith@cpan.org>
Based on ResourcePool::Factory::DBI
Copyright (C) 2001-2003 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.
| ResourcePool-Resource-Alzabo documentation | view source | Contained in the ResourcePool-Resource-Alzabo distribution. |