MCPcopy
hub / github.com/sequelize/sequelize / run

Method run

src/dialects/db2/query.js:176–178  ·  view source on GitHub ↗
(sql, parameters)

Source from the content-addressed store, hash-verified

174 }
175
176 async run(sql, parameters) {
177 return await this._run(this.connection, sql, parameters);
178 }
179
180 static formatBindParameters(sql, values, dialect) {
181 let bindParam = {};

Callers 2

queryMethod · 0.95
_clsRunMethod · 0.45

Calls 1

_runMethod · 0.95

Tested by

no test coverage detected