1DBI::Const::GetInfoTypeU(s3e)r Contributed Perl DocumentaDtBiIo:n:Const::GetInfoType(3)
2
3
4
6 DBI::Const::GetInfoType - Data describing GetInfo type codes
7
9 use DBI::Const::GetInfoType;
10
12 Imports a %GetInfoType hash which maps names for GetInfo Type Codes
13 into their corresponding numeric values. For example:
14
15 $database_version = $dbh->get_info( $GetInfoType{SQL_DBMS_VER} );
16
17 The interface to this module is new and nothing beyond what is written
18 here is guaranteed.
19
20
21
22perl v5.36.0 2022-07-22 DBI::Const::GetInfoType(3)