quoteSimpleColumnName() public method
Quotes a column name for use in a query.
A simple column name has no prefix.
public string quoteSimpleColumnName ( $name ) | ||
---|---|---|
$name | string |
Column name |
return | string |
The properly quoted column name |
quoteSimpleColumnName() public method
Quotes a column name for use in a query.
A simple column name has no prefix.
public string quoteSimpleColumnName ( $name ) | ||
---|---|---|
$name | string |
Column name |
return | string |
The properly quoted column name |
Please login to continue.