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


Class-DBI-Loader-Informix documentation  | view source Contained in the Class-DBI-Loader-Informix distribution.

Index


NAME

Top

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

SYNOPSIS

Top

  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

Top

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

Top

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

Top

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

Top

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

AUTHOR

Top

Jonathan Stowe <jns@gellyfish.com>

COPYRIGHT AND LICENSE

Top


Class-DBI-Loader-Informix documentation  | view source Contained in the Class-DBI-Loader-Informix distribution.