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