CreateTableStatement extends AbstractCreateStatement

FinalYes

Root node for a CREATE TABLE statement in the syntax tree.

Internal

Table of Contents

Properties

$createDefinition  : CreateDefinition
$isTemporary  : bool
$tableName  : Identifier
$tableOptions  : array<string|int, mixed>

Methods

__construct()  : mixed

Properties

$isTemporary

public bool $isTemporary = false

$tableOptions

public array<string|int, mixed> $tableOptions = []

Methods


        
On this page

Search results