SQLExpressionUnary

public struct SQLExpressionUnary : SQLExpression

This type is an implementation detail of the query interface. Do not use it directly.

See https://github.com/groue/GRDB.swift/#the-query-interface

Low Level Query Interface

SQLExpressionUnary is an expression made of an unary operator and an operand expression.

SQLExpressionUnary(.not, Column("favorite"))