Skip to content

Initializer

init(name:values:)

Create a type creation query for the given name and value list.
init(name: any SQLExpression, values: [any SQLExpression])

Parameters

name

The name of the new type.

values

One or more enumeration values associated with the new type.