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 is primarily intended to support Class::DBI::Loader::Informix).

It provides one 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

1 POD Error

The following errors were encountered while parsing the POD:

Around line 24:

Unterminated L<...> sequence