JDatabaseImporterMySQL::getKeys: Difference between revisions
From Joomla! Documentation
Updated to r1448:247ba8d88526 |
m preparing for archive only |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 4: | Line 4: | ||
Get the details list of keys for a table. | Get the details list of keys for a table. | ||
<source lang="php"> | <source lang="php"> | ||
protected function getKeys ($table) | protected function getKeys ($table) | ||
| Line 29: | Line 27: | ||
===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 | * {{JVer|11.1}} Class [[API17:JDatabaseImporterMySQL|JDatabaseImporterMySQL]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Database | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[JDatabaseImporterMySQL::getKeys|Other versions of JDatabaseImporterMySQL::getKeys]] | * [[API17:JDatabaseImporterMySQL::getKeys|Other versions of JDatabaseImporterMySQL::getKeys]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabaseImporterMySQL::getKeys | category=JDatabaseImporterMySQL::getKeys | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| Line 47: | Line 43: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Latest revision as of 02:36, 25 March 2017
JDatabaseImporterMySQL::getKeys
Description
Get the details list of keys for a table.
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

See also
JDatabaseImporterMySQL::getKeys source code on BitBucket
Class JDatabaseImporterMySQL
Subpackage Database- Other versions of JDatabaseImporterMySQL::getKeys
User contributed notes
Code Examples