API17:JDatabaseMySQL::getTableCreate
From Joomla! Documentation
JDatabaseMySQL::getTableCreate
Description
Shows the table CREATE statement that creates the given tables.
public function getTableCreate ($tables)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $tables |
- Returns array A list of the create SQL for the tables.
- Defined on line 303 of libraries/joomla/database/database/mysql.php
- Since

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