MCPcopy Index your code
hub / github.com/sequelize/sequelize / getInsertIdField

Method getInsertIdField

src/dialects/mssql/query.js:22–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20
21class Query extends AbstractQuery {
22 getInsertIdField() {
23 return 'id';
24 }
25
26 getSQLTypeFromJsType(value, TYPES) {
27 const paramType = { type: TYPES.NVarChar, typeOptions: {}, value };

Callers 3

formatResultsMethod · 0.95
handleInsertQueryMethod · 0.95
formatResultsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected