| ADOdb Library for PHP Manual | ||
|---|---|---|
| Prev | MetaColumnNames | Next |
Returns an array of column names for $table. Since ADOdb 4.22, this is an associative array, with the keys in uppercase.
e.g. array('FIELD1' => 'Field1', 'FIELD2'=>'Field2')
| Prev | Home | Next |
| MetaColumns | Up | MetaPrimaryKeys |