ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:reference:recordset:fetchfield

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
v5:reference:fetchfield [2016/01/13 02:30] – ↷ Page moved from reference:fetchfield to v5:reference:fetchfield mnewnhamv5:reference:fetchfield [2016/01/13 02:31] – ↷ Links adapted because of a move operation mnewnham
Line 39: Line 39:
 There are 3 common columns provided There are 3 common columns provided
 ^ Name        ^ Description                                ^ Note                                                                                                                                                                                        ^ ^ Name        ^ Description                                ^ Note                                                                                                                                                                                        ^
-| NAME        | The column name                            | Casing of the column name is controlled by the [[reference:ADODB_ASSOC_CASE]] constant.                                                                                                     |+| NAME        | The column name                            | Casing of the column name is controlled by the [[v5:reference:adodb_assoc_case]] constant.                                                                                                     |
 | MAX_LENGTH  | The length of the field.                   | For CHAR type variables, this can represent the maximum character length, but for others, it can represent the number of bytes                                                              | | MAX_LENGTH  | The length of the field.                   | For CHAR type variables, this can represent the maximum character length, but for others, it can represent the number of bytes                                                              |
 | TYPE        | This is the database specific field type.  | If you are writing cross-database applications, do not rely on this value. Instead, send the value to the [[v5:dictionary:metatype|metaType()]] method, to obtain a cross-platform identifier  | | TYPE        | This is the database specific field type.  | If you are writing cross-database applications, do not rely on this value. Instead, send the value to the [[v5:dictionary:metatype|metaType()]] method, to obtain a cross-platform identifier  |
  
v5/reference/recordset/fetchfield.txt · Last modified: 2021/05/05 03:42 by mnewnham