- SQLCreateFunction
auto SQLCreateFunction()
Undocumented in source. Be warned that the author may not have intended to support it.
- SQLCreateFunction
auto SQLCreateFunction(string functionName)
Undocumented in source. Be warned that the author may not have intended to support it.
- SQLCreateFunction
auto SQLCreateFunction(string functionName, string parameters)
Undocumented in source. Be warned that the author may not have intended to support it.
- SQLCreateFunction
auto SQLCreateFunction(string functionName, string parameters, string returnType)
Undocumented in source. Be warned that the author may not have intended to support it.
- SQLCreateFunction
auto SQLCreateFunction(string functionName, string parameters, string returnType, string content)
Undocumented in source. Be warned that the author may not have intended to support it.