SQLFunctionName

public struct SQLFunctionName : Hashable

Experimental

SQLFunctionName is an SQL function name.

ABS(…)

  • abs

    The ABS function name

    Declaration

    Swift

    public static let abs: SQLFunctionName

AVG(…)

  • avg

    The AVG function name

    Declaration

    Swift

    public static let avg: SQLFunctionName

IFNULL(…)

  • The IFNULL function name

    Declaration

    Swift

    public static let ifNull: SQLFunctionName

LENGTH(…)

  • The LENGTH function name

    Declaration

    Swift

    public static let length: SQLFunctionName

MAX(…)

  • max

    The MAX function name

    Declaration

    Swift

    public static let max: SQLFunctionName

MIN(…)

  • min

    The MIN function name

    Declaration

    Swift

    public static let min: SQLFunctionName

SUM(…)

  • sum

    The SUM function name

    Declaration

    Swift

    public static let sum: SQLFunctionName