ICount Class
Exposes API's to get count of the number of times that X is not NULL in a group. The count(*) function (with no arguments) returns the total number of rows in the group.
Item Index
Methods
and
                                            
                                                    - 
                                                                    column
Used to specify AND condition between where clause.
Parameters:
- 
                                                                    columnStringName of column on which condition need to be specified. 
Returns:
ICountClause Interface.
column
                                            
                                                    - 
                                                                    column
Used to provide name of column for which count will be calculated.
Parameters:
- 
                                                                    columnStringName of column. 
Returns:
ICount Interface.
execute
                                            
                                                    ()
                                            
                                                    
                                                        Object
                                                    
                                            
                                            
                                            
                                            
                                            
                                            
                                            
                                                
                                            
                                                Used to get count, this method should be called in last to calculate count.
Returns:
Return count.
executeAsync
                                            
                                                    - 
                                                                    callback
Used to get count asynchronous, this method should be called in last to calculate count.
Parameters:
- 
                                                                    callbackCallbackRequest Callback 
groupBy
                                            
                                                    - 
                                                                    columns
Used to specify GROUP BY statement in conjunction with the aggregate functions to group the result-set by one or more columns.
Parameters:
- 
                                                                    columnsArrayName of columns. 
Returns:
ICount Interface.
having
                                            
                                                    - 
                                                                    column
Used to specify HAVING clause to SQL because the WHERE keyword could not be used with aggregate functions.
Parameters:
- 
                                                                    columnStringName of column on which condition need to be applied. 
Returns:
ICountClause Interface.
havingClause
                                            
                                                    - 
                                                                    havingClause
Used to provide manually created Where clause, instead of using API's.
Parameters:
- 
                                                                    havingClauseStringWhere clause. 
Returns:
ICount Interface.
or
                                            
                                                    - 
                                                                    column
Used to specify OR condition between where clause.
Parameters:
- 
                                                                    columnStringName of column on which condition need to be specified. 
Returns:
ICountClause Interface.
where
                                            
                                                    - 
                                                                    column
Column name of which condition will be specified.
Parameters:
- 
                                                                    columnStringName of column. 
Returns:
ICountClause Interface.
 Siminov Hybrid
            Siminov Hybrid