API17:JDatabaseMySQLImporter::getKeys
From Joomla! Documentation
JDatabaseMySQLImporter::getKeys
Description
Get the details list of keys for a table.
Since
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)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples