(identifier)
| 889 | |
| 890 | // private methods |
| 891 | function wrapSingleQuote(identifier) { |
| 892 | if (identifier) { |
| 893 | return `'${ identifier }'`; |
| 894 | //return Utils.addTicks("'"); // It removes quote from center too. |
| 895 | } |
| 896 | return ''; |
| 897 | } |
| 898 | |
| 899 | module.exports = Db2QueryGenerator; |
no outgoing calls
no test coverage detected