API17:JDatabaseMySQLImporter::getKeySQL
From Joomla! Documentation
JDatabaseMySQLImporter::getKeySQL
Description
Get the SQL syntax for a key.
Since
Synopsis
protected JDatabaseMySQLImporter::getKeySQL ($columns)
Parameter | Type | Default | Description |
---|---|---|---|
$columns | array | An array of SimpleXMLElement objects comprising the key. |
Returns
string
Defined in
libraries/joomla/database/database/mysqlimporter.php (line 492)
- see source code in BitBucket
Referenced by
See also
Examples
Code Examples