API17:JDatabaseImporterMySQL::getKeyLookup
From Joomla! Documentation
JDatabaseImporterMySQL::getKeyLookup
Description
Get the details list of keys for a table.
protected function getKeyLookup ($keys)
Parameter | Type | Default | Description |
---|---|---|---|
$keys | Exception |
- Returns array The lookup array. array({key name} => array(object, ...))
- Defined on line 464 of libraries/joomla/database/database/mysqlimporter.php
- Since
See also
JDatabaseImporterMySQL::getKeyLookup source code on BitBucket
Class JDatabaseImporterMySQL
Subpackage Database
- Other versions of JDatabaseImporterMySQL::getKeyLookup
User contributed notes
Code Examples