Identifier
Syntax node to represent identifiers used in various parts of a SQL statements like table, field or index names.
Table of Contents
Properties
- $schemaObjectName : string
- $quoteChar : string
Methods
- __construct() : mixed
- Identifier constructor.
- getQuotedName() : string
- Quotes the schema object name.
Properties
$schemaObjectName
        public
            string
    $schemaObjectName
    
    
    
    
    
    
$quoteChar
        protected
            string
    $quoteChar
     = '`'
    
    
    
    
    
Methods
__construct()
Identifier constructor.
    public
                    __construct([string $schemaObjectName = null ]) : mixed
    Parameters
- $schemaObjectName : string = null
getQuotedName()
Quotes the schema object name.
    public
                    getQuotedName() : string