MCPcopy
hub / github.com/sequelize/sequelize / isDropSchemaQuery

Method isDropSchemaQuery

src/dialects/db2/query.js:438–445  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

436
437
438 isDropSchemaQuery() {
439 let result = false;
440
441 if (_.startsWith(this.sql, 'CALL SYSPROC.ADMIN_DROP_SCHEMA')) {
442 result = true;
443 }
444 return result;
445 }
446
447 isShowOrDescribeQuery() {
448 let result = false;

Callers 2

filterSQLErrorMethod · 0.95
formatResultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected