API17

Difference between revisions of "JDatabaseMySQL::getTableCreate"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
(Layout updates)
Line 10: Line 10:
 
===Synopsis===
 
===Synopsis===
 
<source lang="php">
 
<source lang="php">
public JDatabaseMySQL->getTableCreate ($tables)
+
public JDatabaseMySQL::getTableCreate ($tables)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 28: Line 28:
 
array A list the create SQL for the tables
 
array A list the create SQL for the tables
 
===Defined in===
 
===Defined in===
libraries/joomla/database/database/mysql.php
+
libraries/joomla/database/database/mysql.php (line 702)
 +
* see source code in [[jplatform:database/database/mysql.php#cl-702|BitBucket]]
 
===Referenced by===
 
===Referenced by===
 
===See also===
 
===See also===

Revision as of 20:13, 23 April 2011

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JDatabaseMySQL::getTableCreate[edit]

Description[edit]

Shows the CREATE TABLE statement that creates the given tables.

Template:Description:JDatabaseMySQL::getTableCreate [Edit Descripton]

Synopsis[edit]

public JDatabaseMySQL::getTableCreate ($tables)
Parameter Type Default Description
$tables string A table name or a list of table names

Returns[edit]

array A list the create SQL for the tables

Defined in[edit]

libraries/joomla/database/database/mysql.php (line 702)

Referenced by[edit]

See also[edit]

[Edit See Also]

Template:SeeAlso:JDatabaseMySQL::getTableCreate

Examples[edit]

<CodeExamplesForm />