Initializer
init(name:values:)
Create a type creation query for the given name and value list.
init(name: any SQLExpression, values: [any SQLExpression])
Parameters
nameThe name of the new type.
valuesOne or more enumeration values associated with the new type.