Skip to content

Initializer

init(_:args:)

Create a function from a name and list of arguments.
init(_ name: String, args: String...)

Parameters

name

The function name.

args

The list of arguments.

Discussion

Each argument is treated as a quotable identifier, not raw SQL or a string literal.