mini\Parsing\SQL\SqlParser::parseCreateTable()
Method
private
Signature
private function parseCreateTable(bool $temporary = false): mini\Parsing\SQL\AST\CreateTableStatement
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$temporary |
bool |
false
|
Documentation missing |
Returns
Documentation
Parse CREATE TABLE statement
Syntax: CREATE [TEMPORARY|TEMP] TABLE [IF NOT EXISTS] name (column_def, ..., [constraint, ...])