MCPcopy
hub / github.com/sequelize/sequelize / isDescribeQuery

Method isDescribeQuery

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

Source from the content-addressed store, hash-verified

218 }
219
220 isDescribeQuery() {
221 return this.options.type === QueryTypes.DESCRIBE;
222 }
223
224 isSelectQuery() {
225 return this.options.type === QueryTypes.SELECT;

Callers 5

formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected