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.
- set_up_table
-
Determines the Primary key and column names for the given table will be called by Class::DBI::Loader
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 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