quoteSimpleColumnName() public method
Quotes a simple column name for use in a query.
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 string quoteSimpleColumnName ( $name ) | ||
|---|---|---|
| $name | string |
Column name |
| return | string |
The properly quoted column name |
Please login to continue.