API17:JDatabaseImporterMySQL::getAddKeySQL
From Joomla! Documentation
JDatabaseImporterMySQL::getAddKeySQL
Description
Get the SQL syntax to add a key.
protected function getAddKeySQL (
$table
$keys
)
Parameter | Type | Default | Description |
---|---|---|---|
$table | string | The table name. | |
$keys | array | An array of the fields pertaining to this key. |
See also
JDatabaseImporterMySQL::getAddKeySQL source code on BitBucket
Class JDatabaseImporterMySQL
Subpackage Database
- Other versions of JDatabaseImporterMySQL::getAddKeySQL
User contributed notes
Code Examples