mini\Database\Query::quoteIdentifier()
Method
private
static
Signature
private static function quoteIdentifier(string $name): string
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
$name |
string |
required | Documentation missing |
Returns
string
Documentation
Quote identifier for safe inclusion in SQL fragments
Uses SQL-standard double quotes. The parser reads these into IdentifierNode, and SqlRenderer re-quotes per dialect at render time.