Initializer
init(_:args:)
Create a function from a name and list of arguments.
init(_ name: String, args: String...)
Parameters
nameThe function name.
argsThe list of arguments.
Discussion
Each argument is treated as a quotable identifier, not raw SQL or a string literal.