MCPcopy
hub / github.com/sequelize/sequelize / setDeferrable

Method setDeferrable

lib/transaction.js:141–148  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

139 }
140
141 async setDeferrable() {
142 if (this.options.deferrable) {
143 return await this
144 .sequelize
145 .getQueryInterface()
146 .deferConstraints(this, this.options);
147 }
148 }
149
150 async begin() {
151 const queryInterface = this.sequelize.getQueryInterface();

Callers 1

prepareEnvironmentMethod · 0.95

Calls 2

deferConstraintsMethod · 0.80
getQueryInterfaceMethod · 0.80

Tested by

no test coverage detected