MCPcopy
hub / github.com/sequelize/sequelize / queryInterface

Method queryInterface

lib/model.js:54–56  ·  lib/model.js::Model.queryInterface
()

Source from the content-addressed store, hash-verified

52 */
53class 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

getQueryInterfaceMethod · 0.80

Tested by

no test coverage detected