API17

API17:JDatabaseMySQLImporter::getKeys

From Joomla! Documentation

Joomla 11.1 JDatabaseMySQLImporter::getKeys

Description

Get the details list of keys for a table.


Since

Joomla 11.1

Synopsis

protected JDatabaseMySQLImporter::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/mysqlimporter.php (line 539)

Referenced by

See also

Examples

Code Examples