MCPcopy
hub / github.com/sequelize/sequelize / isShowConstraintsQuery

Method isShowConstraintsQuery

lib/dialects/abstract/query.js:216–218  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214 }
215
216 isShowConstraintsQuery() {
217 return this.options.type === QueryTypes.SHOWCONSTRAINTS;
218 }
219
220 isDescribeQuery() {
221 return this.options.type === QueryTypes.DESCRIBE;

Callers 6

formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
_handleQueryResponseMethod · 0.80
formatResultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected