API17:JDatabaseMySQL::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.
JDatabaseMySQL::getTableCreate
Description
Shows the CREATE TABLE statement that creates the given tables.
Description:JDatabaseMySQL::getTableCreate [Edit Descripton]
Synopsis
public JDatabaseMySQL->getTableCreate ($tables)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $tables | string | A table name or a list of table names |
Returns
array A list the create SQL for the tables
Defined in
libraries/joomla/database/database/mysql.php
Referenced by
See also
SeeAlso:JDatabaseMySQL::getTableCreate
Examples
<CodeExamplesForm />
