* Quote identifier in sql clause * * @param {string} identifier * @param {boolean} force * * @returns {string}
(identifier, force)
| 882 | * @returns {string} |
| 883 | */ |
| 884 | quoteIdentifier(identifier, force) { |
| 885 | return Utils.addTicks(Utils.removeTicks(identifier, class="st">'"'), class="st">'"'); |
| 886 | } |
| 887 | |
| 888 | } |
| 889 |
no outgoing calls
no test coverage detected