Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ isDescribeQuery
Method
isDescribeQuery
src/dialects/abstract/query.js:244–246 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
242
}
243
244
isDescribeQuery() {
245
return
this.options.
type
=== QueryTypes.DESCRIBE;
246
}
247
248
isSelectQuery() {
249
return
this.options.
type
=== QueryTypes.SELECT;
Callers
6
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected