Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sequelize/sequelize
/ createFunction
Method
createFunction
src/dialects/db2/query-generator.js:717–719 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
715
}
716
717
createFunction() {
718
throwMethodUndefined(
'createFunction'
);
719
}
720
721
dropFunction() {
722
throwMethodUndefined(
'dropFunction'
);
Callers
1
query-interface.test.js
File · 0.45
Calls
1
throwMethodUndefined
Function · 0.70
Tested by
no test coverage detected