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

Method getInsertIdField

src/dialects/oracle/query.js:30–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 getInsertIdField() {
31 return 'id';
32 }
33
34 getExecOptions() {
35 const execOpts = { outFormat: this.outFormat, autoCommit: this.autoCommit };

Callers 1

handleInsertQueryMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected