Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
run
Method · 0.80
formatResults
Method · 0.80
getExecOptions
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
_run
Method · 0.80
formatResults
Method · 0.80
_handleQueryResponse
Method · 0.80
formatResults
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected