ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:dictionary:metacolumns

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
v5:dictionary:metacolumns [2016/01/13 02:31] – ↷ Links adapted because of a move operation mnewnhamv5:dictionary:metacolumns [2018/07/01 22:18] (current) – prefer functions start lowercase (#430) peterdd
Line 8: Line 8:
 </WRAP> </WRAP>
 ===== Description ===== ===== Description =====
-The function ''metaColumns()'' returns an array of [[v5:reference:adofieldobject]] objects, each representing a description of each field of the requested table or view in the passed value ''$tableName''. Each database returns a core set of descriptions, plus additional information. See the driver documentation for more information.+The function ''metaColumns()'' returns an array of [[v5:dictionary:adofieldobject]] objects, each representing a description of each field of the requested table or view in the passed value ''$tableName''. Each database returns a core set of descriptions, plus additional information. See the driver documentation for more information.
  
 The formatting of the array cannot be controlled by ''ADODB_ASSOC_CASE'', the following casing occurs: The formatting of the array cannot be controlled by ''ADODB_ASSOC_CASE'', the following casing occurs:
Line 21: Line 21:
  * Assume DB2 connection  * Assume DB2 connection
  */  */
-$ar = $db->MetaColumns('ACT');+$ar = $db->metaColumns('ACT');
 print_r($ar); print_r($ar);
 /* /*
v5/dictionary/metacolumns.1452648699.txt.gz · Last modified: 2017/04/21 11:28 (external edit)