(methodName)
| 9 | |
| 10 | /* istanbul ignore next */ |
| 11 | const throwMethodUndefined = function(methodName) { |
| 12 | throw new Error(`The method "${methodName}" is not defined! Please add it to your sql dialect.`); |
| 13 | }; |
| 14 | |
| 15 | class Db2QueryGenerator extends AbstractQueryGenerator { |
| 16 | constructor(options) { |
no outgoing calls
no test coverage detected