If the column name contains prefix, the prefix will also be properly quoted.
If the column name is already quoted or contains special characters including '(', '[[' and '{{',
then this method will do nothing.
public quoteColumnName ( string $name ) : string | ||
$name | string | column name |
return | string | the properly quoted column name |