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