Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ isSelectQuery
Method
isSelectQuery
lib/dialects/abstract/query.js:224–226 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
222
}
223
224
isSelectQuery() {
225
return
this.options.
type
=== QueryTypes.SELECT;
226
}
227
228
isBulkUpdateQuery() {
229
return
this.options.
type
=== QueryTypes.BULKUPDATE;
Callers
8
run
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