deleteFunction
abstract fun deleteFunction(name: String, argumentCount: Int, encoding: SqliteFunctionTextEncoding, isWindowFunction: Boolean = false)(source)
Deletes the function that was created with the same arguments. If the function is a window function, then isWindowFunction should be set to true.
Throws
if an error happened while deleting the function.