Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sequelize/sequelize
/ isShowConstraintsQuery
Method
isShowConstraintsQuery
src/dialects/abstract/query.js:240–242 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
238
}
239
240
isShowConstraintsQuery() {
241
return
this.options.
type
=== QueryTypes.SHOWCONSTRAINTS;
242
}
243
244
isDescribeQuery() {
245
return
this.options.
type
=== QueryTypes.DESCRIBE;
Callers
7
formatResults
Method · 0.80
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