-
-
31 Jan 2020 19:02:41 UTC
- Distribution: DBI
- Module version: 2.008697
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (43)
- Testers (5318 / 108 / 3)
- Kwalitee
Bus factor: 2- % Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (598.02KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Tim Bunce (dbi-users@perl.org)
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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.
Module Install Instructions
To install DBI, copy and paste the appropriate command in to your terminal.
cpanm DBI
perl -MCPAN -e shell install DBI
For more information on module installation, please visit the detailed CPAN module installation guide.