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

Method getQueryInterface

lib/sequelize.js:411–413  ·  lib/sequelize.js::Sequelize.getQueryInterface

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

()

Source from the content-addressed store, hash-verified

409 * @returns {QueryInterface} An instance (singleton) of QueryInterface.
410 */
411 getQueryInterface() {
412 return this.queryInterface;
413 }
414
415 /**
416 * 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
User.tsFile · 0.80
queryInterfaceMethod · 0.80
commitMethod · 0.80
rollbackMethod · 0.80
setDeferrableMethod · 0.80
beginMethod · 0.80
runMethod · 0.80

Calls

no outgoing calls

Tested by 1

countFunction · 0.64