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

Public Member Functions

 __construct (string $schemaObjectName=null)
 
string getQuotedName ()
 

Public Attributes

string $schemaObjectName
 

Protected Attributes

string $quoteChar = '`'
 

Detailed Description

Syntax node to represent identifiers used in various parts of a SQL statements like table, field or index names.

Definition at line 24 of file Identifier.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Core\Database\Schema\Parser\AST\Identifier::__construct ( string  $schemaObjectName = null)

Member Function Documentation

◆ getQuotedName()

string TYPO3\CMS\Core\Database\Schema\Parser\AST\Identifier::getQuotedName ( )

Quotes the schema object name.

Returns
‪string

Definition at line 49 of file Identifier.php.

References TYPO3\CMS\Core\Database\Schema\Parser\AST\Identifier\$quoteChar, and TYPO3\CMS\Core\Database\Schema\Parser\Parser\schemaObjectName().

Member Data Documentation

◆ $quoteChar

string TYPO3\CMS\Core\Database\Schema\Parser\AST\Identifier::$quoteChar = '`'
protected

◆ $schemaObjectName

string TYPO3\CMS\Core\Database\Schema\Parser\AST\Identifier::$schemaObjectName