SQLCount
public enum SQLCount
This protocol is an implementation detail of the query interface. Do not use it directly.
See https://github.com/groue/GRDB.swift/#the-query-interface
-
Represents COUNT(*)
Declaration
Swift
case star
-
Represents COUNT(DISTINCT expression)
Declaration
Swift
case distinct(SQLExpression)