Home
PHP
Tags
PHP Tutorial
Latest Articles
English
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
Current Location:
Home
>
Function Categories
>
PDOStatement::getColumnMeta
PDOStatement::getColumnMeta
Returns metadata in the result set column
Name:
PDOStatement::getColumnMeta
Category:
PDO
Programming Language:
php
One-line Description:
Returns metadata in the result set column
Related
How to avoid the problem of incomplete information obtaining PDOStatement::getColumnMeta
7
How to Accurately Retrieve Database Column Names and Data Types Using PDOStatement::getColumnMeta Function?
4
Similar Functions
PDO::commit
PDO::commit
Submittransactions
PDOStatement::nextRowset
PDOStatement::nextRowset
Advancetothenextrows
PDOStatement::fetch
PDOStatement::fetch
Getthenextlinefromth
PDOStatement::rowCount
PDOStatement::rowCount
Returnsthenumberofro
PDOStatement::errorCode
PDOStatement::errorCode
GetstheSQLSTATEassoc
PDOStatement::fetchObject
PDOStatement::fetchObject
Getthenextlineandret
PDO::rollBack
PDO::rollBack
Rollbacktransactions
PDO::prepare
PDO::prepare
Preparethestatementt
Popular Articles
How to Accurately Retrieve Database Column Names and Data Types Using PDOStatement::getColumnMeta Function?
How to avoid the problem of incomplete information obtaining PDOStatement::getColumnMeta