Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ queryInterface
Method
queryInterface
lib/model.js:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
*/
53
class
Model {
54
static get queryInterface() {
55
return
this.sequelize.getQueryInterface();
56
}
57
58
static get queryGenerator() {
59
return
this.queryInterface.queryGenerator;
Callers
nothing calls this directly
Calls
1
getQueryInterface
Method · 0.80
Tested by
no test coverage detected