API17

JDatabaseImporterMySQL::getKeys: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
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.  


{{Description:JDatabaseImporterMySQL::getKeys}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseImporterMySQL::getKeys|Edit Descripton]]<nowiki>]</nowiki>
</span>
<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/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}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseImporterMySQL::getKeys|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseImporterMySQL::getKeys
category=JDatabaseImporterMySQL::getKeys
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
Line 47: Line 43:
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JDatabaseImporterMySQL]][[Category:JDatabaseImporterMySQL::getKeys]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 02:36, 25 March 2017

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples