Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
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