MCPcopy
hub / github.com/sequelize/sequelize / throwMethodUndefined

Function throwMethodUndefined

lib/dialects/db2/query-generator.js:11–13  ·  view source on GitHub ↗
(methodName)

Source from the content-addressed store, hash-verified

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

Callers 6

createTriggerMethod · 0.70
dropTriggerMethod · 0.70
renameTriggerMethod · 0.70
createFunctionMethod · 0.70
dropFunctionMethod · 0.70
renameFunctionMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected