* Quote identifier in sql clause * * @param {string} identifier * @param {boolean} force * * @returns {string}
(identifier, force)
| 892 | * @returns {string} |
| 893 | */ |
| 894 | quoteIdentifier(identifier, force) { |
| 895 | return Utils.addTicks(Utils.removeTicks(identifier, '"'), '"'); |
| 896 | } |
| 897 | |
| 898 | } |
| 899 |
no outgoing calls
no test coverage detected