Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sequelize/sequelize
/ getInsertIdField
Method
getInsertIdField
src/dialects/sqlite/query.js:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
23
class
Query extends AbstractQuery {
24
getInsertIdField() {
25
return
'lastID'
;
26
}
27
28
/**
29
* rewrite query with parameters.
Callers
2
_handleQueryResponse
Method · 0.95
formatResults
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected