CreateTableClause

FinalYes

Syntax node to represent the initial CREATE TABLE statement in the syntax tree. Represents everything up to the start of the definition of fields/indexes/foreign keys.

Internal

Table of Contents

Properties

$isTemporary  : bool
$tableName  : Identifier

Methods

__construct()  : mixed

Properties

$isTemporary

public bool $isTemporary = false

Methods

__construct()

public __construct(Identifier $tableName[, bool $isTemporary = false ]) : mixed
Parameters
$tableName : Identifier
$isTemporary : bool = false

        
On this page

Search results