API17:JDatabaseImporterMySQLi::getAddKeySQL
From Joomla! Documentation
JDatabaseImporterMySQLi::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
JDatabaseImporterMySQLi::getAddKeySQL source code on BitBucket
Class JDatabaseImporterMySQLi
Subpackage Database- Other versions of JDatabaseImporterMySQLi::getAddKeySQL
User contributed notes
Code Examples