SQLCount
public enum SQLCountThis 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(*) DeclarationSwift case star
- 
                  
                  Represents COUNT(DISTINCT expression) DeclarationSwift case distinct(SQLExpression)
 View on GitHub
View on GitHub Install in Dash
Install in Dash SQLCount Enum Reference
        SQLCount Enum Reference