SQLExpressionFunction

public struct SQLExpressionFunction : SQLExpression

This type is an implementation detail of the query interface. Do not use it directly.

See https://github.com/groue/GRDB.swift/#the-query-interface

Low Level Query Interface

SQLExpressionFunction is an SQL function call.

// ABS(-1)
SQLExpressionFunction(.abs, [-1.databaseValue])