Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/sequelize/sequelize
/ getInsertIdField
Method
getInsertIdField
lib/dialects/db2/query.js:12–14 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
10
11
class
Query extends AbstractQuery {
12
getInsertIdField() {
13
return
'id'
;
14
}
15
16
getSQLTypeFromJsType(value) {
17
const
param = { ParamType:
'INPUT'
, Data: value };
Callers
1
handleInsertQuery
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected