If the table name contains schema prefix, the prefix will also be properly quoted.
If the table name is already quoted or contains special characters including '(', '[[' and '{{',
then this method will do nothing.
public quoteTableName ( string $name ) : string | ||
$name | string | table name |
Результат | string | the properly quoted table name |