IAverageClause Class
/private/var/user/Documents/App/Hybrid/JavaScript/Siminov/Database/Design/IAverageClause.js:56
                                Parent Module: Database
Exposes API's to provide condition on where clause to calculate average.
Item Index
Methods
between
                                            
                                                    - 
                                                                    start
- 
                                                                    end
Used to specify BETWEEN condition.
Returns:
IAverage Interface.
equalTo
                                            
                                                    - 
                                                                    value
Used to specify EQUAL TO (=) condition.
Parameters:
- 
                                                                    valueStringValue for which EQUAL TO (=) condition will be applied. 
Returns:
IAverage Interface.
greaterThan
                                            
                                                    - 
                                                                    value
Used to specify GREATER THAN (>) condition.
Parameters:
- 
                                                                    valueStringValue for while GREATER THAN (>) condition will be specified. 
Returns:
IAverage Interface.
greaterThanEqual
                                            
                                                    - 
                                                                    value
Used to specify GREATER THAN EQUAL (>=) condition.
Parameters:
- 
                                                                    valueStringValue for which GREATER THAN EQUAL (>=) condition will be specified. 
Returns:
IAverage Interface.
in
                                            
                                                    - 
                                                                    values
Used to specify IN condition.
Parameters:
- 
                                                                    valuesArrayValues for IN condition. 
Returns:
IAverage Interface.
lessThan
                                            
                                                    - 
                                                                    value
Used to specify LESS THAN (<) condition.
Parameters:
- 
                                                                    valueStringValue for which LESS THAN (<) condition will be specified. 
Returns:
IAverage Interface.
lessThanEqual
                                            
                                                    - 
                                                                    value
Used to specify LESS THAN EQUAL (<=) condition.
Parameters:
- 
                                                                    valueStringValue for which LESS THAN EQUAL (<=) condition will be specified. 
Returns:
IAverage Interface.
 Siminov Hybrid
            Siminov Hybrid