info > DBI::Const::GetInfoType

📛 NAME

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

🚀 Quick Reference

Use CaseCommandDescription
🔍 Get database version$dbh->get_info( $GetInfoType{SQL_DBMS_VER} )Retrieve the numeric type code for a given GetInfo constant name
📦 Import mapping hashuse DBI::Const::GetInfoType;Import %GetInfoType hash for use in get_info() calls

📝 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 v5.34.0   2026-06-22   DBI::Const::GetInfoType(3pm)

DBI::Const::GetInfoType
📛 NAME 🚀 Quick Reference 📝 SYNOPSIS 📖 DESCRIPTION

Generated by phpman v4.9.26-5-g7740029 Author: Che Dong Under GNU General Public License
2026-08-14 21:50 @2600:1f28:365:80b0:4d23:66fa:c2bb:7bae
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Valid XHTML 1.0 Transitional!Valid CSS!