API17

API17:JDatabaseMySQLExporter::getKeys

From Joomla! Documentation

Joomla 11.1 JDatabaseMySQLExporter::getKeys

Description

Get the details list of keys for a table.


Since

Joomla 1.0

Synopsis

protected JDatabaseMySQLExporter::getKeys ($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 (line 272)

Referenced by

See also

Examples

Code Examples