MCPcopy
hub / github.com/sequelize/sequelize / col

Method col

lib/sequelize.js:950–952  ·  lib/sequelize.js::Sequelize.col

* Creates an object which represents a column in the DB, this allows referencing another column in your query. This is often useful in conjunction with `sequelize.fn`, since raw string arguments to fn will be escaped. * * @see * {@link Sequelize#fn} * * @param {string} col The name of

(col)

Source from the content-addressed store, hash-verified

948 * @returns {Sequelize.col}
949 */
950 static col(col) {
951 return new Utils.Col(col);
952 }
953
954 /**
955 * Creates an object representing a call to the cast function.

Callers 15

include.tsFile · 0.80
where.tsFile · 0.80
sequelize.tsFile · 0.80
aggregateMethod · 0.80
countMethod · 0.80
countMethod · 0.80
model.test.jsFile · 0.80
include.test.jsFile · 0.80
has-many.test.jsFile · 0.80
scope.test.jsFile · 0.80
findAll.test.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected