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.
Table of Contents
Properties
- $isTemporary : bool
- $tableName : Identifier
Methods
- __construct() : mixed
Properties
$isTemporary
public
bool
$isTemporary
= false
$tableName read-only
public
Identifier
$tableName
Methods
__construct()
public
__construct(Identifier $tableName[, bool $isTemporary = false ]) : mixed
Parameters
- $tableName : Identifier
- $isTemporary : bool = false