API17

API17:JDatabaseMySQLExporter::getColumns

From Joomla! Documentation

Revision as of 23:14, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Joomla 11.1 JDatabaseMySQLExporter::getColumns

Description

Get the details list of columns for a table.

Template:Description:JDatabaseMySQLExporter::getColumns [Edit Descripton]

Since

Joomla 11.1

Synopsis

protected  JDatabaseMySQLExporter->getColumns ($table)
Parameter Type Default Description
$table Exception

Returns

array An arry of the column specification for the table.

Defined in

libraries/joomla/database/database/mysqlexporter.php

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JDatabaseMySQLExporter::getColumns

Examples

<CodeExamplesForm />