Not found locally for DBI::Const::GetInfoType. Try Google search
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.10.0-7-g98e9fd5 Author: Che Dong Under GNU General Public License
2026-09-09 11:37 @2600:1f28:365:80b0:60b0:dfa5:fbc9:9f8f
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)