Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
class
Query extends AbstractQuery {
22
getInsertIdField() {
23
return
'id'
;
24
}
25
26
getSQLTypeFromJsType(value, TYPES) {
27
const
paramType = {
type
: TYPES.NVarChar, typeOptions: {}, value };
Callers
3
formatResults
Method · 0.95
handleInsertQuery
Method · 0.95
formatResults
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected