SQLFunctionName

public struct SQLFunctionName : Hashable

Experimental

SQLFunctionName is an SQL function name.

  • abs

    The ABS function name

    Declaration

    Swift

    public static let abs = SQLFunctionName("ABS")
  • avg

    The AVG function name

    Declaration

    Swift

    public static let avg = SQLFunctionName("AVG")
  • The IFNULL function name

    Declaration

    Swift

    public static let ifNull = SQLFunctionName("IFNULL")
  • The LENGTH function name

    Declaration

    Swift

    public static let length = SQLFunctionName("LENGTH")
  • max

    The MAX function name

    Declaration

    Swift

    public static let max = SQLFunctionName("MAX")
  • min

    The MIN function name

    Declaration

    Swift

    public static let min = SQLFunctionName("MIN")
  • sum

    The SUM function name

    Declaration

    Swift

    public static let sum = SQLFunctionName("SUM")