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