A simple column name should contain the column name only without any prefix.
If the column name is already quoted or is the asterisk character '*', this method will do nothing.
public quoteSimpleColumnName ( string $name ) : string | ||
$name | string | column name |
return | string | the properly quoted column name |