MCPcopy
hub / github.com/sequelize/sequelize / isBulkUpdateQuery

Method isBulkUpdateQuery

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

Source from the content-addressed store, hash-verified

226 }
227
228 isBulkUpdateQuery() {
229 return this.options.type === QueryTypes.BULKUPDATE;
230 }
231
232 isBulkDeleteQuery() {
233 return this.options.type === QueryTypes.BULKDELETE;

Callers 6

formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
formatResultsMethod · 0.80
getDatabaseMethodMethod · 0.80
formatResultsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected