API17:JDatabaseExporterMySQL::getColumns
From Joomla! Documentation
JDatabaseExporterMySQL::getColumns
Description
Get the details list of columns for a table.
protected function getColumns ($table)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $table | Exception |
- Returns array An arry of the column specification for the table.
- Defined on line 226 of libraries/joomla/database/database/mysqlexporter.php
- Since

See also
JDatabaseExporterMySQL::getColumns source code on BitBucket
Class JDatabaseExporterMySQL
Subpackage Database- Other versions of JDatabaseExporterMySQL::getColumns
User contributed notes
Code Examples