MCPcopy
hub / github.com/sequelize/sequelize / isSelectQuery

Method isSelectQuery

src/dialects/abstract/query.js:248–250  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

246 }
247
248 isSelectQuery() {
249 return this.options.type === QueryTypes.SELECT;
250 }
251
252 isBulkUpdateQuery() {
253 return this.options.type === QueryTypes.BULKUPDATE;

Callers 10

runMethod · 0.80
formatResultsMethod · 0.80
getExecOptionsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
_runMethod · 0.80
formatResultsMethod · 0.80
_handleQueryResponseMethod · 0.80
formatResultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected