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 2008.0229 (2008-02-29) 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