SQLFunctionName
public struct SQLFunctionName : Hashable
SQLFunctionName is an SQL function name.
-
The
ABS
function nameDeclaration
Swift
public static let abs: SQLFunctionName
-
The
AVG
function nameDeclaration
Swift
public static let avg: SQLFunctionName
-
The
IFNULL
function nameDeclaration
Swift
public static let ifNull: SQLFunctionName
-
The
LENGTH
function nameDeclaration
Swift
public static let length: SQLFunctionName
-
The
MAX
function nameDeclaration
Swift
public static let max: SQLFunctionName
-
The
MIN
function nameDeclaration
Swift
public static let min: SQLFunctionName
-
The
SUM
function nameDeclaration
Swift
public static let sum: SQLFunctionName