JDatabaseImporterMysqli::getAddKeySQL
Get the SQL syntax to add a key.
Signature
protected function getAddKeySQL(string
$table,
array
$keys )
Parameters
-
$table
- The table name.
-
$keys
- An array of the fields pertaining to this key.
Returns
- string