JDatabaseImporterMySQL::getAddKeySQL: Difference between revisions
From Joomla! Documentation
Updated to r1448:247ba8d88526 |
m JoomlaWikiBot moved page JDatabaseImporterMySQL::getAddKeySQL/11.1 to API17:JDatabaseImporterMySQL::getAddKeySQL without leaving a redirect: Robot: Moved page |
(No difference)
| |
Revision as of 20:50, 10 May 2013
JDatabaseImporterMySQL::getAddKeySQL
Description
Get the SQL syntax to add a key.
Template:Description:JDatabaseImporterMySQL::getAddKeySQL [Edit Descripton]
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
Template:SeeAlso:JDatabaseImporterMySQL::getAddKeySQL [Edit See Also]
User contributed notes
<CodeExamplesForm />