API17:JDatabaseMySQLi::getTableCreate
From Joomla! Documentation
JDatabaseMySQLi::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 325 of libraries/joomla/database/database/mysqli.php
- Since

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