API15

API15:JDatabase/getTableCreate

From Joomla! Documentation

Description

Shows the CREATE TABLE statement that creates the given tables

[<! removed edit link to red link >]

<! removed transcluded page call, red link never existed >

Syntax

getTableCreate($tables)
Parameter Name Default Value Description
$tables 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.php

Importing

jimport( 'joomla.database.database' );

Source Body

function getTableCreate( $tables )
{
        return;
}

[<! removed edit link to red link >] <! removed transcluded page call, red link never existed >

Examples

Code Examples