DBI::Const::GetInfoType – Data describing GetInfo type codes
| Use Case | Command | Description |
|---|---|---|
| 🔍 Get database version | $dbh->get_info( $GetInfoType{SQL_DBMS_VER} ) | Retrieve the numeric type code for a given GetInfo constant name |
| 📦 Import mapping hash | use DBI::Const::GetInfoType; | Import %GetInfoType hash for use in get_info() calls |
use DBI::Const::GetInfoType;
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)
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/)