quoteSimpleTableName() public method
Quotes a simple table name for use in a query.
A simple table name should contain the table name only without any schema prefix. If the table name is already quoted, this method will do nothing.
| public string quoteSimpleTableName ( $name ) | ||
|---|---|---|
| $name | string |
Table name |
| return | string |
The properly quoted table name |
Please login to continue.