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

Method isDropSchemaQuery

lib/dialects/db2/query.js:424–431  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

422
423
424 isDropSchemaQuery() {
425 let result = false;
426
427 if (_.startsWith(this.sql, 'CALL SYSPROC.ADMIN_DROP_SCHEMA')) {
428 result = true;
429 }
430 return result;
431 }
432
433 isShowOrDescribeQuery() {
434 let result = false;

Callers 2

filterSQLErrorMethod · 0.95
formatResultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected