NAME
Class::DBI::Informix - Class::DBI extension for Informix
SYNOPSIS
use strict;
use base qw(Class::DBI::Informix);
__PACKAGE__->set_db(Main => 'dbi:Informix:stores');
__PACKAGE__->set_up_table('customer');
DESCRIPTION
This module implements a sub class of Class::DBI that provides for some of the quirks of the Informix databases. You should probably be using this module rather than Class::DBI if you are working with an Informix database.
It provides one public method set_up_table() that will setup the columns and the primary key for the specified table.
BUGS
This has only tested with IDS 9.40.UC2E1 and could well be using specific features of that database. 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 Class::DBI::mysql DBD::Informix
AUTHOR
Jonathan Stowe <jns@gellyfish.com>
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