API17

JDatabaseImporterMySQL::getAddKeySQL: Difference between revisions

From Joomla! Documentation

m JoomlaWikiBot moved page JDatabaseImporterMySQL::getAddKeySQL/11.1 to API17:JDatabaseImporterMySQL::getAddKeySQL without leaving a redirect: Robot: Moved page
m User contributed notes: moving preparation
Line 55: Line 55:
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JDatabaseImporterMySQL]][[Category:JDatabaseImporterMySQL::getAddKeySQL]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Revision as of 15:23, 11 May 2013

Joomla 11.1 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.
  • Returns string
  • Defined on line 156 of libraries/joomla/database/database/mysqlimporter.php
  • Since Joomla 11.1

See also

Template:SeeAlso:JDatabaseImporterMySQL::getAddKeySQL [Edit See Also]

User contributed notes

<CodeExamplesForm />