SQLFunctionName

public struct SQLFunctionName : Hashable

Experimental

SQLFunctionName is an SQL function name.

  • abs

    The ABS function name

    Declaration

    Swift

    public static let abs: SQLFunctionName
  • avg

    The AVG function name

    Declaration

    Swift

    public static let avg: SQLFunctionName
  • The IFNULL function name

    Declaration

    Swift

    public static let ifNull: SQLFunctionName
  • The LENGTH function name

    Declaration

    Swift

    public static let length: SQLFunctionName
  • max

    The MAX function name

    Declaration

    Swift

    public static let max: SQLFunctionName
  • min

    The MIN function name

    Declaration

    Swift

    public static let min: SQLFunctionName
  • sum

    The SUM function name

    Declaration

    Swift

    public static let sum: SQLFunctionName