API17:JDatabaseImporterMySQL::getKeys
From Joomla! Documentation
JDatabaseImporterMySQL::getKeys
Description
Get the details list of keys for a table.
protected function getKeys ($table)
Parameter | Type | Default | Description |
---|---|---|---|
$table | Exception |
- Returns array An arry of the column specification for the table.
- Defined on line 540 of libraries/joomla/database/database/mysqlimporter.php
- Since
See also
JDatabaseImporterMySQL::getKeys source code on BitBucket
Class JDatabaseImporterMySQL
Subpackage Database
- Other versions of JDatabaseImporterMySQL::getKeys
User contributed notes
Code Examples