API17

JDatabaseImporterMySQL::getKeys: Difference between revisions

From Joomla! Documentation

m User contributed notes: moving preparation
m See also: moving preparation
Line 29: Line 29:
===See also===
===See also===
* {{JVer|11.1}} '''JDatabaseImporterMySQL::getKeys source code''' on [[jplatform:database/database/mysqlimporter.php#cl-532|BitBucket]]
* {{JVer|11.1}} '''JDatabaseImporterMySQL::getKeys source code''' on [[jplatform:database/database/mysqlimporter.php#cl-532|BitBucket]]
* {{JVer|11.1}} Class [[JDatabaseImporterMySQL/11.1|JDatabaseImporterMySQL]]
* {{JVer|11.1}} Class [[API17:JDatabaseImporterMySQL|JDatabaseImporterMySQL]]
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JDatabaseImporterMySQL::getKeys|Other versions of JDatabaseImporterMySQL::getKeys]]
* [[API17:JDatabaseImporterMySQL::getKeys|Other versions of JDatabaseImporterMySQL::getKeys]]
{{SeeAlso:JDatabaseImporterMySQL::getKeys}}
{{SeeAlso:JDatabaseImporterMySQL::getKeys}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">

Revision as of 01:06, 12 May 2013

Joomla 11.1 JDatabaseImporterMySQL::getKeys

Description

Get the details list of keys for a table.

Template:Description:JDatabaseImporterMySQL::getKeys [Edit Descripton]

protected function getKeys ($table)
Parameter Type Default Description
$table Exception
  • Returns array An arry of the column specification for the table.
  • Defined on line 540 of libraries/joomla/database/database/mysqlimporter.php
  • Since Joomla 11.1

See also

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

User contributed notes

<CodeExamplesForm />