Skip to content

Instance Method

literalBoolean(_:)

A function which returns an SQL expression (usually an SQLRaw) representing the given literal boolean value.
func literalBoolean(_ value: Bool) -> any SQLExpression

Parameters

value

The boolean value to represent.

Discussion

No default is provided.