Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sequelize/sequelize
/ dropFunction
Method
dropFunction
src/dialects/db2/query-generator.js:721–723 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
719
}
720
721
dropFunction() {
722
throwMethodUndefined(
'dropFunction'
);
723
}
724
725
renameFunction() {
726
throwMethodUndefined(
'renameFunction'
);
Callers
1
query-interface.test.js
File · 0.45
Calls
1
throwMethodUndefined
Function · 0.70
Tested by
no test coverage detected