ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:dictionary:adofieldobject

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
reference:adofieldobject [2015/12/28 03:43] mnewnhamreference:adofieldobject [2016/01/13 02:06] – ↷ Links adapted because of a move operation mnewnham
Line 1: Line 1:
 ====== adoFieldObject ====== ====== adoFieldObject ======
 ===== Description ===== ===== Description =====
-When the [[dictionary:metaColumns()]] method is executed by ADOdb, the data retrieved is placed in an array of adoFieldObjects. This is a class based around the following format:+When the [[v5:dictionary:metacolumns]] method is executed by ADOdb, the data retrieved is placed in an array of adoFieldObjects. This is a class based around the following format:
  
   class ADOFieldObject {   class ADOFieldObject {
Line 14: Line 14:
 ^name|The name of the field in the database| ^name|The name of the field in the database|
 ^max_length|The meaning of this field varies, based on the type of the field| ^max_length|The meaning of this field varies, based on the type of the field|
-^type|The type of the field as described by the database. In order to retrieve the portable type this value must be sent to the [[dictionary:metaType()]] method, and the return value used.|+^type|The type of the field as described by the database. In order to retrieve the portable type this value must be sent to the [[v5:dictionary:metatype]] method, and the return value used.|
  
 ===== Sample Of Program To Retrieve ADOFieldObjects ===== ===== Sample Of Program To Retrieve ADOFieldObjects =====
v5/dictionary/adofieldobject.txt · Last modified: 2023/05/20 17:50 by dregad