MCPcopy
hub / github.com/sequelize/sequelize / getQueryInterface

Method getQueryInterface

src/sequelize.js:422–424  ·  view source on GitHub ↗

* Returns an instance of QueryInterface. * * @returns {QueryInterface} An instance (singleton) of QueryInterface.

()

Source from the content-addressed store, hash-verified

420 * @returns {QueryInterface} An instance (singleton) of QueryInterface.
421 */
422 getQueryInterface() {
423 return this.queryInterface;
424 }
425
426 /**
427 * Define a new model, representing a table in the database.

Callers 15

createSchemaMethod · 0.95
showAllSchemasMethod · 0.95
dropSchemaMethod · 0.95
dropAllSchemasMethod · 0.95
databaseVersionMethod · 0.95
clearDatabaseFunction · 0.80
dropTestSchemasFunction · 0.80
utils.test.jsFile · 0.80
model.test.jsFile · 0.80
operators.test.jsFile · 0.80
sequelize.test.jsFile · 0.80

Calls

no outgoing calls

Tested by 1

countFunction · 0.64