
Class::DBI::Loader::Informix - Class::DBI::Loader Informix Implementation.

use Class::DBI::Loader;
my $loader = Class::DBI::Loader->new(
dsn => 'dbi:Informix:stores',
user => 'informix',
password => '',
namespace => 'Stores',
);
my $class = $loader->find_class('customer');
my $obj = $class->retrieve(1);

Class::DBI::Loader provides a mechanism of automatically setting up the Class::DBI sub-classes on demand.
This module provides the Informix specific methods required by Class::DBI::Loader::Generic. The complete documentation can be found in Class::DBI

This has only tested with IDS 9.40.UC2E1 and 10.UC5 and could well be using specific features of those databases. If reporting a bug please specify the server version that use are using.

All bug reports and patches should be made via RT at:
bug-Class-DBI-Loader-Informix@rt.cpan.org
That way I'm less likely to ignore them.

Class::DBI::Loader, Class::DBI::Loader::Generic

Jonathan Stowe <jns@gellyfish.com>

This library is free software - it comes with no warranty whatsoever.
Copyright (c) 2006 Jonathan Stowe
This module can be distributed under the same terms as Perl itself.