The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBD::Informix::GetInfo - Determining your ESQL/C Configuration

SYNOPSIS

use DBI;

DESCRIPTION

This module is used by IBM Informix Database Driver for Perl DBI Version 2013.0118 (2013-01-18) if you invoke the DBI metadata methods on a DBD::Informix handle. You will seldom if ever have cause to use this module directly.

As noted above, this script was originally generated by using a pre-release of the DBI::DBD::write_getinfo_pm method, which invokes an ODBC driver for the DBMS and interprets the results. The output was then modified a lot to take into account the extreme variability in the correct answers for Informix database servers.

AUTHOR

Jonathan Leffler