ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:userguide:learn_dictionary:metacolumns

This is an old revision of the document!


MetaColumns

The metaColumns method returns an array of adoFieldObject object that represents the attributes of the columns of a specified table. Each column is represented by

adoFieldObject Object
(
  [name] => actno
  [max_length] => 2
  [type] => I
)
v5/userguide/learn_dictionary/metacolumns.1458092117.txt.gz · Last modified: 2017/04/21 11:40 (external edit)