Identifier

FinalYes

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

Internal

Table of Contents

Properties

$schemaObjectName  : string
$quoteChar  : string

Methods

__construct()  : mixed
getQuotedName()  : string
Quotes the schema object name.

Properties

$schemaObjectName read-only

public string $schemaObjectName

$quoteChar

protected string $quoteChar = '`'

Methods

__construct()

public __construct(string $schemaObjectName) : mixed
Parameters
$schemaObjectName : string

getQuotedName()

Quotes the schema object name.

public getQuotedName() : string
Return values
string

        
On this page

Search results