JDatabase::getTableCreate/1.5
From Joomla! Documentation
JDatabase::getTableCreate
Description
Shows the CREATE TABLE statement that creates the given tables.
Description:JDatabase::getTableCreate [Edit Descripton]
public function 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 on line 900 of libraries/joomla/database/database.php
See also
-
JDatabase::getTableCreate on api.joomla.org
-
JDatabase source code on JoomlaCode
-
Class JDatabase
-
Subpackage Database
- Other versions of JDatabase::getTableCreate
SeeAlso:JDatabase::getTableCreate [Edit See Also]
User contributed notes
<CodeExamplesForm />