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

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

SYNOPSIS

  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);

DESCRIPTION

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

BUGS

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.

SUPPORT

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.

SEE ALSO

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

AUTHOR

Jonathan Stowe <jns@gellyfish.com>

COPYRIGHT AND LICENSE

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.