SQLUnaryOperator

public struct SQLUnaryOperator : Hashable

Experimental

SQLUnaryOperator is a SQLite unary operator.

  • The - unary operator

    Declaration

    Swift

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