JDatabaseQueryMySQL::renameTable: Difference between revisions
From Joomla! Documentation
m JoomlaWikiBot moved page JDatabaseQueryMySQL::renameTable/11.1 to API17:JDatabaseQueryMySQL::renameTable without leaving a redirect: Robot: Moved page |
m →User contributed notes: moving preparation |
||
| Line 67: | Line 67: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category: | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Revision as of 15:35, 11 May 2013
JDatabaseQueryMySQL::renameTable
Description
Template:Description:JDatabaseQueryMySQL::renameTable [Edit Descripton]
public function renameTable (
$table_name
&$db
$prefix=null
$backup=null
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $table_name | string | A string | |
| &$db | object | $db Database object | |
| $prefix | string | null | A string |
| $backup | string | null | A string |
- Returns Rename table syntax
- Defined on line 342 of libraries/joomla/database/database/mysqlquery.php
- Since

See also
JDatabaseQueryMySQL::renameTable source code on BitBucket
Class JDatabaseQueryMySQL
Subpackage Database- Other versions of JDatabaseQueryMySQL::renameTable
Template:SeeAlso:JDatabaseQueryMySQL::renameTable [Edit See Also]
User contributed notes
<CodeExamplesForm />