‪TYPO3CMS  10.4
TYPO3\CMS\Core\Database\Schema\Parser\AST\CreateTableClause Class Reference

Public Member Functions

 __construct (Identifier $tableName, bool $isTemporary=false)
 

Public Attributes

TYPO3 CMS Core Database Schema Parser AST Identifier $tableName
 
bool $isTemporary
 

Detailed Description

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

Definition at line 25 of file CreateTableClause.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Database\Schema\Parser\AST\CreateTableClause::__construct ( Identifier  $tableName,
bool  $isTemporary = false 
)

Member Data Documentation

◆ $isTemporary

bool TYPO3\CMS\Core\Database\Schema\Parser\AST\CreateTableClause::$isTemporary

◆ $tableName

TYPO3 CMS Core Database Schema Parser AST Identifier TYPO3\CMS\Core\Database\Schema\Parser\AST\CreateTableClause::$tableName