Perl Diver 2.31
Main Environment Variables Perl Default Values Perl Config - Summary Perl Config - Full Installed Modules List Directory uptime Docs

Module Documentation
Details and documentation about a specific module, including version and documentation (if available). Note that while links to perldoc.com and search.cpan.org are provided, the module may be part of a larger distribution. If you reach a File Not Found page on either site, please try the parent module.

DBI::Const::GetInfoType

Name DBI::Const::GetInfoType
Version 2.008697
Located at /usr/local/lib64/perl5
File /usr/local/lib64/perl5/DBI/Const/GetInfoType.pm
Is Core No
Search CPAN for this module DBI::Const::GetInfoType
Documentation DBI::Const::GetInfoType
Module Details DBI::Const::GetInfoType

NAME

DBI::Const::GetInfoType - Data describing GetInfo type codes


SYNOPSIS

  use DBI::Const::GetInfoType;


DESCRIPTION

Imports a %GetInfoType hash which maps names for GetInfo Type Codes into their corresponding numeric values. For example:

  $database_version = $dbh->get_info( $GetInfoType{SQL_DBMS_VER} );

The interface to this module is new and nothing beyond what is written here is guaranteed.

Perl Diver brought to you by ScriptSolutions.com © 1997- 2024