Jonathan Leffler > DBD-Informix-2008.0513 > DBD::Informix::GetInfo

Download:
DBD-Informix-2008.0513.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  3
Open  3
View Bugs
Report a bug
Module Version: 2008.0513   Source  

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.0513 (2008-05-13) 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