API17:JDatabaseMySQLi::getTableCreate
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseMySQLi::getTableCreate
Description
Shows the table CREATE statement that creates the given tables.
Description:JDatabaseMySQLi::getTableCreate [Edit Descripton]
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
SeeAlso:JDatabaseMySQLi::getTableCreate [Edit See Also]
User contributed notes
<CodeExamplesForm />
