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
valueThe boolean value to represent.
Discussion
No default is provided.