Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sequelize/sequelize
/ isBulkUpdateQuery
Method
isBulkUpdateQuery
src/dialects/abstract/query.js:252–254 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
250
}
251
252
isBulkUpdateQuery() {
253
return
this.options.
type
=== QueryTypes.BULKUPDATE;
254
}
255
256
isBulkDeleteQuery() {
257
return
this.options.
type
=== QueryTypes.BULKDELETE;
Callers
7
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
getDatabaseMethod
Method · 0.80
formatResults
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected