SQLUnaryOperator

public struct SQLUnaryOperator : Hashable

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

SQLUnaryOperator is a SQLite unary operator.

  • The - unary operator

    Declaration

    Swift

    public static let minus = SQLUnaryOperator("-", needsRightSpace: false)