AggregatingRequest
The protocol for all requests that can aggregate.
- 
                  
                  
Creates a request grouped according to expressions promise.
 - 
                  
                  
Creates a request with the provided predicate promise added to the eventual set of already applied predicates.
 
- 
                  
group(_:Extension method) Creates a request grouped according to expressions.
 - 
                  
group(sql:Extension methodarguments: ) Creates a request with a new grouping.
 - 
                  
group(literal:Extension method) Creates a request with a new grouping.
 - 
                  
having(_:Extension method) Creates a request with the provided predicate added to the eventual set of already applied predicates.
 - 
                  
having(sql:Extension methodarguments: ) Creates a request with the provided sql added to the eventual set of already applied predicates.
 - 
                  
having(literal:Extension method) Creates a request with the provided SQL literal added to the eventual set of already applied predicates.
 
View on GitHub
Install in Dash
        AggregatingRequest Protocol Reference