Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ isShowConstraintsQuery
Method
isShowConstraintsQuery
lib/dialects/abstract/query.js:216–218 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
214
}
215
216
isShowConstraintsQuery() {
217
return
this.options.
type
=== QueryTypes.SHOWCONSTRAINTS;
218
}
219
220
isDescribeQuery() {
221
return
this.options.
type
=== QueryTypes.DESCRIBE;
Callers
6
formatResults
Method · 0.80
formatResults
Method · 0.80
formatResults
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